Skip to content

Commit 7af422c

Browse files
committed
Update pre-commit hooks
1 parent e591709 commit 7af422c

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
@@ -5,7 +5,7 @@
55
exclude: "^tests/images/"
66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v5.0.0
8+
rev: v6.0.0
99
hooks:
1010
- id: trailing-whitespace
1111
- id: end-of-file-fixer
@@ -15,13 +15,13 @@ repos:
1515
- id: check-yaml
1616
- id: debug-statements
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: "v0.7.1"
18+
rev: "v0.14.0"
1919
hooks:
20-
- id: ruff
20+
- id: ruff-check
2121
args: [--fix, --exit-non-zero-on-fix]
2222
- id: ruff-format
2323
- repo: https://github.com/pycontribs/mirrors-prettier
24-
rev: v3.3.3
24+
rev: v3.6.2
2525
hooks:
2626
- id: prettier
2727
types_or: [json, yaml, markdown, bash, editorconfig, toml]

0 commit comments

Comments
 (0)