File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
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.8 .1
11
+ rev : v0.9 .1
12
12
hooks :
13
13
- id : ruff
14
14
args : ['--fix', '--exit-non-zero-on-fix']
15
15
# Extra args, only after removing flake8 and yesqa: '--extend-select', 'RUF100'
16
16
- repo : https://github.com/asottile/pyupgrade
17
- rev : v3.19.0
17
+ rev : v3.19.1
18
18
hooks :
19
19
- id : pyupgrade
20
20
args :
47
47
hooks :
48
48
- id : black
49
49
- repo : https://github.com/pre-commit/mirrors-mypy
50
- rev : v1.13.0
50
+ rev : v1.14.1
51
51
hooks :
52
52
- id : mypy
53
53
# warn-unused-ignores is unsafe with pre-commit, see
72
72
- id : flake8
73
73
additional_dependencies : *flake8deps
74
74
- repo : https://github.com/PyCQA/pylint
75
- rev : v3.3.2
75
+ rev : v3.3.3
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.0
87
+ rev : 1.8.2
88
88
hooks :
89
89
- id : bandit
90
90
language_version : python3
You can’t perform that action at this time.
0 commit comments