File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.6 .0
3
+ rev : v5.0 .0
4
4
hooks :
5
5
- id : check-yaml
6
6
- id : debug-statements
7
7
- id : end-of-file-fixer
8
8
- id : trailing-whitespace
9
9
- repo : https://github.com/pycqa/isort
10
- rev : 5.13.2
10
+ rev : 6.0.1
11
11
hooks :
12
12
- id : isort
13
13
- repo : https://github.com/psf/black
14
- rev : 24.4.2
14
+ rev : 25.1.0
15
15
hooks :
16
16
- id : black
17
17
- repo : https://github.com/asottile/pyupgrade
18
- rev : v3.16.0
18
+ rev : v3.19.1
19
19
hooks :
20
20
- id : pyupgrade
21
21
args : [--py38-plus]
22
22
- repo : https://github.com/pycqa/flake8
23
- rev : 7.1 .0
23
+ rev : 7.2 .0
24
24
hooks :
25
25
- id : flake8
26
26
exclude : ^(tests/|docs/|setup.py)
27
27
additional_dependencies :
28
28
- flake8-docstrings
29
29
- repo : https://github.com/asottile/setup-cfg-fmt
30
- rev : v2.5 .0
30
+ rev : v2.8 .0
31
31
hooks :
32
32
- id : setup-cfg-fmt
33
33
args : [--include-version-classifiers]
You can’t perform that action at this time.
0 commit comments