We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbb4fbf commit 90bc54bCopy full SHA for 90bc54b
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ default_language_version:
10
repos:
11
12
- repo: "https://github.com/pre-commit/pre-commit-hooks"
13
- rev: "v4.6.0"
+ rev: "v5.0.0"
14
hooks:
15
- id: "check-added-large-files"
16
- id: "check-case-conflict"
@@ -30,15 +30,15 @@ repos:
30
- id: "trailing-whitespace"
31
32
- repo: "https://github.com/astral-sh/ruff-pre-commit"
33
- rev: "v0.6.3"
+ rev: "v0.7.2"
34
35
- id: "ruff"
36
# NOTE: "--exit-non-zero-on-fix" is important for CI to function
37
# correctly!
38
args: ["--fix", "--exit-non-zero-on-fix"]
39
40
- repo: "https://github.com/psf/black"
41
- rev: "24.8.0"
+ rev: "24.10.0"
42
43
- id: "black"
44
0 commit comments