Skip to content

Commit a3dce6f

Browse files
chore: auto update by pre-commit hooks (#88)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.9](astral-sh/ruff-pre-commit@v0.0.292...v0.1.9) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.9.1 → 23.12.1](psf/black@23.9.1...23.12.1) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8a97efd commit a3dce6f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@ ci:
66
autoupdate_commit_msg: "chore: auto update by pre-commit hooks"
77
repos:
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.0.292
9+
rev: v0.1.9
1010
hooks:
1111
- id: ruff
1212
args: [--fix, --exit-non-zero-on-fix]
1313
stages: [commit]
1414

1515
- repo: https://github.com/pycqa/isort
16-
rev: 5.12.0
16+
rev: 5.13.2
1717
hooks:
1818
- id: isort
1919
stages: [commit]
2020

2121
- repo: https://github.com/psf/black
22-
rev: 23.9.1
22+
rev: 23.12.1
2323
hooks:
2424
- id: black
2525
stages: [commit]
2626

2727
- repo: https://github.com/pre-commit/mirrors-prettier
28-
rev: v3.0.3
28+
rev: v4.0.0-alpha.8
2929
hooks:
3030
- id: prettier
3131
types_or: [javascript, jsx, ts, tsx, markdown, yaml, json]

0 commit comments

Comments
 (0)