File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
# See https://pre-commit.com/hooks.html for more hooks
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
14
14
- id : check-yaml
15
15
- id : check-added-large-files
16
16
- repo : https://github.com/psf/black
17
- rev : 23.9.1
17
+ rev : 24.8.0
18
18
hooks :
19
19
- id : black
20
20
args : [--safe, --quiet]
21
21
- repo : https://github.com/pycqa/isort
22
- rev : 5.12.0
22
+ rev : 5.13.2
23
23
hooks :
24
24
- id : isort
25
25
name : isort (python)
@@ -32,12 +32,12 @@ repos:
32
32
types : [python]
33
33
args : [-rn, -sn, --rcfile=pyproject.toml]
34
34
- repo : https://github.com/pycqa/flake8
35
- rev : 6 .1.0
35
+ rev : 7 .1.1
36
36
hooks :
37
37
- id : flake8
38
38
additional_dependencies : [flake8-annotations]
39
39
- repo : https://github.com/PyCQA/bandit
40
- rev : 1.7.5
40
+ rev : 1.7.10
41
41
hooks :
42
42
- id : bandit
43
43
args : ["-c", "pyproject.toml"]
You can’t perform that action at this time.
0 commit comments