File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
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 : v5 .0.0
10
+ rev : v6 .0.0
11
11
hooks :
12
12
- id : trailing-whitespace
13
13
exclude : test/.*\.py
@@ -23,21 +23,21 @@ repos:
23
23
- id : mixed-line-ending
24
24
25
25
- repo : https://github.com/PyCQA/bandit
26
- rev : ' 1.8.5 '
26
+ rev : ' 1.8.6 '
27
27
hooks :
28
28
- id : bandit
29
29
args : ["-c", "pyproject.toml"]
30
30
additional_dependencies : ["bandit[toml]"]
31
31
32
32
- repo : https://github.com/astral-sh/ruff-pre-commit
33
- rev : v0.12.1
33
+ rev : v0.12.10
34
34
hooks :
35
35
- id : ruff
36
36
args : [--fix, --exit-non-zero-on-fix]
37
37
- id : ruff-format
38
38
types_or : [ python, pyi, jupyter]
39
39
40
40
- repo : https://github.com/pre-commit/mirrors-mypy
41
- rev : ' v1.16 .1'
41
+ rev : ' v1.17 .1'
42
42
hooks :
43
43
- id : mypy
You can’t perform that action at this time.
0 commit comments