File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
skip : ['no-commit-to-branch']
5
5
repos :
6
6
- repo : https://github.com/asottile/pyupgrade
7
- rev : v3.19.0
7
+ rev : v3.19.1
8
8
hooks :
9
9
- id : pyupgrade
10
10
args : ['--keep-runtime-typing', '--py39-plus']
11
11
- repo : https://github.com/astral-sh/ruff-pre-commit
12
- rev : v0.7.1
12
+ rev : v0.9.3
13
13
hooks :
14
14
- id : ruff
15
15
args : ['--fix', '--exit-non-zero-on-fix']
16
16
- id : ruff-format
17
17
- repo : https://github.com/pre-commit/mirrors-mypy
18
- rev : v1.13.0
18
+ rev : v1.14.1
19
19
hooks :
20
20
- id : mypy
21
21
# warn-unused-ignores is unsafe with pre-commit, see
46
46
- id : python-check-blanket-type-ignore
47
47
- id : python-no-log-warn
48
48
- repo : https://github.com/PyCQA/pylint
49
- rev : v3.3.1
49
+ rev : v3.3.3
50
50
hooks :
51
51
- id : pylint
52
52
args : [
@@ -60,15 +60,15 @@ repos:
60
60
- sqlalchemy
61
61
- tomli
62
62
- repo : https://github.com/PyCQA/bandit
63
- rev : 1.7.10
63
+ rev : 1.8.2
64
64
hooks :
65
65
- id : bandit
66
66
language_version : python3
67
67
args : ['-c', 'pyproject.toml']
68
68
additional_dependencies :
69
69
- bandit[toml]
70
70
- repo : https://github.com/pycontribs/mirrors-prettier
71
- rev : v3.3.3
71
+ rev : v3.4.2
72
72
hooks :
73
73
- id : prettier
74
74
- repo : https://github.com/shellcheck-py/shellcheck-py
You can’t perform that action at this time.
0 commit comments