File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/psf/black
3
- rev : 23.12.1
3
+ rev : 24.10.0
4
4
hooks :
5
5
- id : black
6
6
args : [--safe, --quiet]
7
7
- repo : https://github.com/pre-commit/pre-commit-hooks
8
- rev : v4.5 .0
8
+ rev : v5.0 .0
9
9
hooks :
10
10
- id : trailing-whitespace
11
11
- id : end-of-file-fixer
@@ -14,27 +14,27 @@ repos:
14
14
- id : check-yaml
15
15
- id : debug-statements
16
16
- repo : https://github.com/pycqa/flake8
17
- rev : 6 .1.0
17
+ rev : 7 .1.1
18
18
hooks :
19
19
- id : flake8
20
20
additional_dependencies :
21
21
- flake8-typing-imports==1.14.0
22
22
- repo : https://github.com/asottile/reorder-python-imports
23
- rev : v3.12 .0
23
+ rev : v3.14 .0
24
24
hooks :
25
25
- id : reorder-python-imports
26
26
args : ['--application-directories=.:src']
27
27
- repo : https://github.com/asottile/pyupgrade
28
- rev : v3.15.0
28
+ rev : v3.19.1
29
29
hooks :
30
30
- id : pyupgrade
31
31
args : [--py37-plus]
32
32
33
33
- repo : https://github.com/tox-dev/pyproject-fmt
34
- rev : " 1 .5.3 "
34
+ rev : " v2 .5.0 "
35
35
hooks :
36
36
- id : pyproject-fmt
37
37
- repo : https://github.com/pre-commit/mirrors-mypy
38
- rev : ' v1.8 .0'
38
+ rev : ' v1.14 .0'
39
39
hooks :
40
40
- id : mypy
You can’t perform that action at this time.
0 commit comments