File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
- id : pyupgrade
14
14
args : ['--keep-runtime-typing', '--py39-plus']
15
15
- repo : https://github.com/astral-sh/ruff-pre-commit
16
- rev : v0.12.3
16
+ rev : v0.13.0
17
17
hooks :
18
18
- id : ruff-check
19
19
args : ['--fix', '--exit-non-zero-on-fix']
26
26
additional_dependencies :
27
27
- toml
28
28
- repo : https://github.com/pre-commit/mirrors-mypy
29
- rev : v1.16 .1
29
+ rev : v1.18 .1
30
30
hooks :
31
31
- id : mypy
32
32
# warn-unused-ignores is unsafe with pre-commit, see
42
42
- types-requests
43
43
- typing-extensions
44
44
- repo : https://github.com/PyCQA/pylint
45
- rev : v3.3.7
45
+ rev : v3.3.8
46
46
hooks :
47
47
- id : pylint
48
48
args : [
@@ -70,13 +70,13 @@ repos:
70
70
- id : reformat-gherkin
71
71
files : \.feature$
72
72
- repo : https://github.com/shellcheck-py/shellcheck-py
73
- rev : v0.10 .0.1
73
+ rev : v0.11 .0.1
74
74
hooks :
75
75
- id : shellcheck
76
76
args :
77
77
- --external-sources
78
78
- repo : https://github.com/pre-commit/pre-commit-hooks
79
- rev : v5 .0.0
79
+ rev : v6 .0.0
80
80
hooks :
81
81
- id : check-added-large-files
82
82
- id : check-ast
You can’t perform that action at this time.
0 commit comments