We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea9776c commit 679b29dCopy full SHA for 679b29d
1 file changed
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v5.0.0
+ rev: v6.0.0
4
hooks:
5
- id: check-merge-conflict
6
- id: debug-statements
@@ -9,7 +9,7 @@ repos:
9
- id: check-yaml
10
- id: check-json
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
- rev: v0.9.9
+ rev: v0.14.4
13
14
- id: ruff
15
- id: ruff-format
0 commit comments