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 @@ -38,13 +38,13 @@ repos:
38
38
args : [--notice=COPYRIGHT]
39
39
files : python
40
40
- repo : https://github.com/asottile/pyupgrade
41
- rev : v3.15.0
41
+ rev : v3.15.2
42
42
hooks :
43
43
- id : pyupgrade
44
44
args : [--py38-plus]
45
45
# exclude: *fixtures
46
46
- repo : https://github.com/PyCQA/autoflake
47
- rev : v2.2 .1
47
+ rev : v2.3 .1
48
48
hooks :
49
49
- id : autoflake
50
50
args :
56
56
- --remove-unused-variables
57
57
- --remove-rhs-for-unused-variables
58
58
- repo : https://github.com/PyCQA/isort
59
- rev : 5.12.0
59
+ rev : 5.13.2
60
60
hooks :
61
61
- id : isort
62
62
name : isort (black profile, in place fixes)
70
70
hooks :
71
71
- id : yesqa
72
72
- repo : https://github.com/psf/black
73
- rev : 23.7 .0
73
+ rev : 24.3 .0
74
74
hooks :
75
75
- id : black
76
76
name : black (in place fixes)
@@ -81,17 +81,17 @@ repos:
81
81
# https://pre-commit.com/#top_level-default_language_version
82
82
# language_version: python3.11
83
83
- repo : https://github.com/PyCQA/flake8
84
- rev : 6.1 .0
84
+ rev : 7.0 .0
85
85
hooks :
86
86
- id : flake8
87
87
additional_dependencies : [Flake8-pyproject]
88
88
- repo : https://github.com/PyCQA/bandit
89
- rev : 1.7.5
89
+ rev : 1.7.8
90
90
hooks :
91
91
- id : bandit
92
92
# disable B101 (Test for use of assert)
93
93
args : ["-s", "B101"]
94
94
- repo : https://github.com/pre-commit/mirrors-mypy
95
- rev : v1.7.1
95
+ rev : v1.9.0
96
96
hooks :
97
97
- id : mypy
You can’t perform that action at this time.
0 commit comments