Commit 4625df7 1 parent 873a511 commit 4625df7 Copy full SHA for 4625df7
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ exclude: '^$'
2
2
fail_fast : false
3
3
repos :
4
4
- repo : https://github.com/astral-sh/ruff-pre-commit
5
- rev : ' v0.9.4 '
5
+ rev : ' v0.9.9 '
6
6
hooks :
7
7
- id : ruff
8
8
- repo : https://github.com/pre-commit/pre-commit-hooks
@@ -13,12 +13,12 @@ repos:
13
13
- id : check-yaml
14
14
args : [--unsafe]
15
15
- repo : https://github.com/PyCQA/bandit
16
- rev : ' 1.8.2 ' # Update me!
16
+ rev : ' 1.8.3 ' # Update me!
17
17
hooks :
18
18
- id : bandit
19
19
args : [--ini, .bandit]
20
20
- repo : https://github.com/pre-commit/mirrors-mypy
21
- rev : ' v1.14.1 ' # Use the sha / tag you want to point at
21
+ rev : ' v1.15.0 ' # Use the sha / tag you want to point at
22
22
hooks :
23
23
- id : mypy
24
24
additional_dependencies :
32
32
- pytest
33
33
args : [ --warn-unused-configs ]
34
34
- repo : https://github.com/pycqa/isort
35
- rev : 6.0.0
35
+ rev : 6.0.1
36
36
hooks :
37
37
- id : isort
38
38
language_version : python3
You can’t perform that action at this time.
0 commit comments