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 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.6
12
12
hooks :
13
13
- id : ruff
14
14
args : ['--fix', '--exit-non-zero-on-fix']
@@ -40,17 +40,17 @@ repos:
40
40
- toml
41
41
- tomli
42
42
- repo : https://github.com/PyCQA/isort
43
- rev : 5.13.2
43
+ rev : 6.0.1
44
44
hooks :
45
45
- id : isort
46
46
additional_dependencies :
47
47
- toml
48
48
- repo : https://github.com/psf/black
49
- rev : 24.10 .0
49
+ rev : 25.1 .0
50
50
hooks :
51
51
- id : black
52
52
- repo : https://github.com/pre-commit/mirrors-mypy
53
- rev : v1.14.1
53
+ rev : v1.15.0
54
54
hooks :
55
55
- id : mypy
56
56
# warn-unused-ignores is unsafe with pre-commit, see
@@ -66,12 +66,12 @@ repos:
66
66
- types-requests
67
67
- typing-extensions
68
68
- repo : https://github.com/PyCQA/flake8
69
- rev : 7.1.1
69
+ rev : 7.2.0
70
70
hooks :
71
71
- id : flake8
72
72
additional_dependencies : *flake8deps
73
73
- repo : https://github.com/PyCQA/pylint
74
- rev : v3.3.3
74
+ rev : v3.3.6
75
75
hooks :
76
76
- id : pylint
77
77
args : [
@@ -82,15 +82,15 @@ repos:
82
82
additional_dependencies :
83
83
- tomli
84
84
- repo : https://github.com/PyCQA/bandit
85
- rev : 1.8.2
85
+ rev : 1.8.3
86
86
hooks :
87
87
- id : bandit
88
88
language_version : python3
89
89
args : ['-c', 'pyproject.toml']
90
90
additional_dependencies :
91
91
- ' bandit[toml]'
92
92
- repo : https://github.com/pycontribs/mirrors-prettier
93
- rev : v3.4.2
93
+ rev : v3.5.3
94
94
hooks :
95
95
- id : prettier
96
96
- repo : https://github.com/ducminh-phan/reformat-gherkin
You can’t perform that action at this time.
0 commit comments