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.4 .0
3
+ rev : v4.5 .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/asottile/reorder-python-imports
10
- rev : v3.9 .0
10
+ rev : v3.12 .0
11
11
hooks :
12
12
- id : reorder-python-imports
13
13
args : [--application-directories, '.:src', --py37-plus]
14
14
- repo : https://github.com/psf/black
15
- rev : 23.3 .0
15
+ rev : 23.12 .0
16
16
hooks :
17
17
- id : black
18
18
args : [--line-length=79]
19
19
- repo : https://github.com/asottile/pyupgrade
20
- rev : v3.4 .0
20
+ rev : v3.15 .0
21
21
hooks :
22
22
- id : pyupgrade
23
23
args : [--py37-plus]
24
24
- repo : https://github.com/pycqa/flake8
25
- rev : 6.0 .0
25
+ rev : 6.1 .0
26
26
hooks :
27
27
- id : flake8
28
28
exclude : ^(tests/|docs/|setup.py)
29
29
additional_dependencies :
30
30
- flake8-docstrings
31
31
- flake8-import-order
32
32
- repo : https://github.com/asottile/setup-cfg-fmt
33
- rev : v2.2 .0
33
+ rev : v2.5 .0
34
34
hooks :
35
35
- id : setup-cfg-fmt
36
36
args : [--include-version-classifiers]
You can’t perform that action at this time.
0 commit comments