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
repos :
2
2
- repo : https://github.com/psf/black
3
- rev : 23.3.0
3
+ rev : 23.9.1
4
4
hooks :
5
5
- id : black
6
6
args : [--safe, --quiet]
@@ -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.0 .0
17
+ rev : 6.1 .0
18
18
hooks :
19
19
- id : flake8
20
20
additional_dependencies :
21
21
- flake8-typing-imports==1.9.0
22
22
- repo : https://github.com/asottile/reorder-python-imports
23
- rev : v3.10 .0
23
+ rev : v3.11 .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.8 .0
28
+ rev : v3.11 .0
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 : " 0.13 .0"
34
+ rev : " 1.1 .0"
35
35
hooks :
36
36
- id : pyproject-fmt
37
37
- repo : https://github.com/pre-commit/mirrors-mypy
38
- rev : ' v1.4 .1'
38
+ rev : ' v1.5 .1'
39
39
hooks :
40
40
- id : mypy
You can’t perform that action at this time.
0 commit comments