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
exclude : " ^docs/|/migrations/"
2
- default_stages : [commit]
2
+ default_stages : [pre- commit]
3
3
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4.3 .0
6
+ rev : v5.0 .0
7
7
hooks :
8
8
- id : trailing-whitespace
9
9
- id : end-of-file-fixer
10
10
- id : check-yaml
11
11
12
12
- repo : https://github.com/asottile/pyupgrade
13
- rev : v2.37.3
13
+ rev : v3.19.1
14
14
hooks :
15
15
- id : pyupgrade
16
16
args : [--py39-plus]
17
17
18
18
- repo : https://github.com/psf/black
19
- rev : 22.6 .0
19
+ rev : 25.1 .0
20
20
hooks :
21
21
- id : black
22
22
23
23
- repo : https://github.com/PyCQA/isort
24
- rev : 5.10.1
24
+ rev : 6.0.0
25
25
hooks :
26
26
- id : isort
27
27
28
28
- repo : https://github.com/PyCQA/flake8
29
- rev : 5.0.4
29
+ rev : 7.1.1
30
30
hooks :
31
31
- id : flake8
32
32
args : ["--config=setup.cfg"]
You can’t perform that action at this time.
0 commit comments