File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
exclude : .+/migrations/.+\.py
2
2
repos :
3
3
- repo : https://github.com/psf/black
4
- rev : 22.12 .0
4
+ rev : 24.10 .0
5
5
hooks :
6
6
- id : black
7
7
8
8
- repo : https://github.com/PyCQA/flake8
9
- rev : 6.0.0
9
+ rev : 7.1.1
10
10
hooks :
11
11
- id : flake8
12
12
args : [--max-line-length=88]
13
13
14
- - repo : https://github.com/asottile/reorder_python_imports
15
- rev : v3.9 .0
14
+ - repo : https://github.com/asottile/reorder-python-imports
15
+ rev : v3.14 .0
16
16
hooks :
17
17
- id : reorder-python-imports
18
18
19
19
- repo : https://github.com/econchick/interrogate
20
- rev : 1.5 .0
20
+ rev : 1.7 .0
21
21
hooks :
22
22
- id : interrogate
23
23
args : [--fail-under=100, -v]
24
24
exclude : ^(docs/conf.py|setup.py)
25
25
26
26
- repo : https://github.com/pre-commit/pre-commit-hooks
27
- rev : v4.4 .0
27
+ rev : v5.0 .0
28
28
hooks :
29
29
- id : check-yaml
30
30
- id : trailing-whitespace
You can’t perform that action at this time.
0 commit comments