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 7
7
- id : pyupgrade
8
8
args : ['--keep-runtime-typing', '--py311-plus']
9
9
- repo : https://github.com/astral-sh/ruff-pre-commit
10
- rev : v0.9.1
10
+ rev : v0.9.6
11
11
hooks :
12
12
- id : ruff
13
13
args : ['--fix', '--exit-non-zero-on-fix']
40
40
- id : requirements-txt-fixer
41
41
- id : trailing-whitespace
42
42
- repo : https://github.com/pre-commit/mirrors-mypy
43
- rev : v1.14.1
43
+ rev : v1.15.0
44
44
hooks :
45
45
- id : mypy
46
46
# warn-unused-ignores is unsafe with pre-commit, see
57
57
- types-setuptools
58
58
- typing-extensions
59
59
- repo : https://github.com/PyCQA/pylint
60
- rev : v3.3.3
60
+ rev : v3.3.4
61
61
hooks :
62
62
- id : pylint
63
63
args : [
@@ -69,14 +69,14 @@ repos:
69
69
additional_dependencies :
70
70
- tomli
71
71
- repo : https://github.com/PyCQA/bandit
72
- rev : 1.8.2
72
+ rev : 1.8.3
73
73
hooks :
74
74
- id : bandit
75
75
language_version : python3
76
76
args : ['-c', 'pyproject.toml']
77
77
additional_dependencies :
78
78
- ' bandit[toml]'
79
79
- repo : https://github.com/pycontribs/mirrors-prettier
80
- rev : v3.4.2
80
+ rev : v3.5.1
81
81
hooks :
82
82
- id : prettier
You can’t perform that action at this time.
0 commit comments