File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 7
7
8
8
repos :
9
9
- repo : https://github.com/pre-commit/pre-commit-hooks
10
- rev : v4.5 .0
10
+ rev : v4.6 .0
11
11
hooks :
12
12
- id : trailing-whitespace
13
13
- id : end-of-file-fixer
@@ -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.16 .0
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.4.2
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.10.0
96
96
hooks :
97
97
- id : mypy
You can’t perform that action at this time.
0 commit comments