File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
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.4 .0
10
+ rev : v5.0 .0
11
11
hooks :
12
12
- id : trailing-whitespace
13
13
- id : end-of-file-fixer
@@ -32,13 +32,13 @@ repos:
32
32
args : [--notice=COPYRIGHT]
33
33
files : python
34
34
- repo : https://github.com/asottile/pyupgrade
35
- rev : v3.10 .1
35
+ rev : v3.19 .1
36
36
hooks :
37
37
- id : pyupgrade
38
38
args : [--py38-plus]
39
39
# exclude: *fixtures
40
40
- repo : https://github.com/PyCQA/autoflake
41
- rev : v2.2 .1
41
+ rev : v2.3 .1
42
42
hooks :
43
43
- id : autoflake
44
44
args :
50
50
- --remove-unused-variables
51
51
- --remove-rhs-for-unused-variables
52
52
- repo : https://github.com/PyCQA/isort
53
- rev : 5.12.0
53
+ rev : 6.0.1
54
54
hooks :
55
55
- id : isort
56
56
name : isort (black profile, in place fixes)
64
64
hooks :
65
65
- id : yesqa
66
66
- repo : https://github.com/psf/black
67
- rev : 23.9.1
67
+ rev : 25.1.0
68
68
hooks :
69
69
- id : black
70
70
name : black (in place fixes)
@@ -75,20 +75,20 @@ repos:
75
75
# https://pre-commit.com/#top_level-default_language_version
76
76
# language_version: python3.11
77
77
- repo : https://github.com/PyCQA/flake8
78
- rev : 6 .1.0
78
+ rev : 7 .1.2
79
79
hooks :
80
80
- id : flake8
81
81
additional_dependencies : [Flake8-pyproject]
82
82
- repo : https://github.com/PyCQA/bandit
83
- rev : 1.7.5
83
+ rev : 1.8.3
84
84
hooks :
85
85
- id : bandit
86
86
name : bandit (checksig)
87
87
exclude : " .*test.*"
88
88
language : python
89
89
types : [python]
90
90
- repo : https://github.com/PyCQA/bandit
91
- rev : 1.7.5
91
+ rev : 1.8.3
92
92
hooks :
93
93
- id : bandit
94
94
name : bandit (tests)
99
99
language : python
100
100
types : [python]
101
101
- repo : https://github.com/pre-commit/mirrors-mypy
102
- rev : v1.5.1
102
+ rev : v1.15.0
103
103
hooks :
104
104
- id : mypy
You can’t perform that action at this time.
0 commit comments