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.
2 parents 6216ae0 + 78d0cea commit 1362793Copy full SHA for 1362793
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
- id: "check-useless-excludes"
12
13
- repo: "https://github.com/pre-commit/pre-commit-hooks"
14
- rev: "v5.0.0"
+ rev: "v6.0.0"
15
hooks:
16
- id: "check-added-large-files"
17
- id: "check-merge-conflict"
@@ -32,12 +32,12 @@ repos:
32
- "--py39-plus"
33
34
- repo: "https://github.com/psf/black-pre-commit-mirror"
35
- rev: "25.1.0"
+ rev: "25.9.0"
36
37
- id: "black"
38
39
- repo: "https://github.com/pycqa/isort"
40
- rev: "6.0.1"
+ rev: "6.1.0"
41
42
- id: "isort"
43
@@ -50,6 +50,6 @@ repos:
50
- "flake8-bugbear==24.12.12"
51
52
- repo: "https://github.com/editorconfig-checker/editorconfig-checker"
53
- rev: "v3.3.0"
+ rev: "v3.4.0"
54
55
- id: "editorconfig-checker"
0 commit comments