We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8211d5 commit 39dcad0Copy full SHA for 39dcad0
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ repos:
6
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
7
8
- repo: https://github.com/pycqa/isort
9
- rev: 5.13.2
+ rev: 6.0.1
10
hooks:
11
- id: isort
12
args: ["--profile", "black", "--filter-files"]
@@ -20,18 +20,18 @@ repos:
20
exclude: ^docs/.*|.*.md
21
22
- repo: https://github.com/psf/black
23
- rev: 24.10.0
+ rev: 25.1.0
24
25
- id: black
26
language_version: python3
27
28
- repo: https://github.com/adrienverge/yamllint.git
29
- rev: v1.35.1
+ rev: v1.37.1
30
31
- id: yamllint
32
args: ["-d", "relaxed"]
33
34
- repo: https://github.com/pycqa/flake8
35
- rev: 7.1.1
+ rev: 7.2.0
36
37
- id: flake8
0 commit comments