File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 8
8
hooks :
9
9
- id : check-pre-commit-ci-config
10
10
- repo : https://github.com/astral-sh/ruff-pre-commit
11
- rev : v0.9.1
11
+ rev : v0.11.2
12
12
hooks :
13
13
- id : ruff
14
14
args : ['--fix', '--exit-non-zero-on-fix']
@@ -37,17 +37,17 @@ repos:
37
37
- toml
38
38
- tomli
39
39
- repo : https://github.com/PyCQA/isort
40
- rev : 5.13.2
40
+ rev : 6.0.1
41
41
hooks :
42
42
- id : isort
43
43
additional_dependencies :
44
44
- tomli
45
45
- repo : https://github.com/psf/black
46
- rev : 24.10 .0
46
+ rev : 25.1 .0
47
47
hooks :
48
48
- id : black
49
49
- repo : https://github.com/pre-commit/mirrors-mypy
50
- rev : v1.14.1
50
+ rev : v1.15.0
51
51
hooks :
52
52
- id : mypy
53
53
# warn-unused-ignores is unsafe with pre-commit, see
@@ -67,12 +67,12 @@ repos:
67
67
- types-requests
68
68
- typing-extensions
69
69
- repo : https://github.com/PyCQA/flake8
70
- rev : 7.1.1
70
+ rev : 7.1.2
71
71
hooks :
72
72
- id : flake8
73
73
additional_dependencies : *flake8deps
74
74
- repo : https://github.com/PyCQA/pylint
75
- rev : v3.3.3
75
+ rev : v3.3.6
76
76
hooks :
77
77
- id : pylint
78
78
args : [
84
84
additional_dependencies :
85
85
- tomli
86
86
- repo : https://github.com/PyCQA/bandit
87
- rev : 1.8.2
87
+ rev : 1.8.3
88
88
hooks :
89
89
- id : bandit
90
90
language_version : python3
You can’t perform that action at this time.
0 commit comments