We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0bab5d commit 11e67a7Copy full SHA for 11e67a7
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ ci:
11
12
repos:
13
- repo: https://github.com/pre-commit/pre-commit-hooks
14
- rev: "v4.5.0"
+ rev: "v5.0.0"
15
hooks:
16
- id: check-added-large-files
17
- id: check-case-conflict
@@ -28,19 +28,19 @@ repos:
28
- id: trailing-whitespace
29
30
- repo: https://github.com/psf/black
31
- rev: "23.11.0"
+ rev: "24.10.0"
32
33
- id: black
34
args: [--line-length=79]
35
36
- repo: https://github.com/astral-sh/ruff-pre-commit
37
- rev: v0.1.6
+ rev: v0.7.4
38
39
- id: ruff
40
args: [--fix, --exit-non-zero-on-fix]
41
42
- repo: https://github.com/codespell-project/codespell
43
- rev: v2.2.6
+ rev: v2.3.0
44
45
- id: codespell
46
args: [-w]
0 commit comments