File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ default_language_version:
2
2
python : python3.9
3
3
repos :
4
4
- repo : https://github.com/psf/black
5
- rev : 23.3 .0
5
+ rev : 23.7 .0
6
6
hooks :
7
7
- id : black
8
8
args : [--safe, --quiet]
@@ -19,21 +19,21 @@ repos:
19
19
- id : check-yaml
20
20
- id : debug-statements
21
21
- repo : https://github.com/PyCQA/flake8
22
- rev : 6.0 .0
22
+ rev : 6.1 .0
23
23
hooks :
24
24
- id : flake8
25
25
- repo : https://github.com/asottile/pyupgrade
26
- rev : v3.9.0
26
+ rev : v3.10.1
27
27
hooks :
28
28
- id : pyupgrade
29
29
args : [--py38-plus]
30
30
- repo : https://github.com/tox-dev/pyproject-fmt
31
- rev : " 0.13.0 "
31
+ rev : " 0.13.1 "
32
32
hooks :
33
33
- id : pyproject-fmt
34
34
35
35
- repo : https://github.com/pre-commit/mirrors-mypy
36
- rev : ' v1.4.1 '
36
+ rev : ' v1.5.0 '
37
37
hooks :
38
38
- id : mypy
39
39
args : [--strict]
You can’t perform that action at this time.
0 commit comments