File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
exclude : ^(\.vscode/.*|docs/source/conf.py)$
2
2
repos :
3
3
- repo : https://github.com/pre-commit/pre-commit-hooks
4
- rev : v4.6 .0
4
+ rev : v5.0 .0
5
5
hooks :
6
6
- id : check-added-large-files
7
7
- id : check-case-conflict
@@ -16,16 +16,16 @@ repos:
16
16
- id : requirements-txt-fixer
17
17
- id : trailing-whitespace
18
18
- repo : https://github.com/astral-sh/ruff-pre-commit
19
- rev : v0.6.3
19
+ rev : v0.9.4
20
20
hooks :
21
21
- id : ruff
22
22
args : [--fix, --exit-non-zero-on-fix]
23
23
- repo : https://github.com/psf/black
24
- rev : ' 24.8 .0'
24
+ rev : ' 25.1 .0'
25
25
hooks :
26
26
- id : black
27
27
- repo : https://github.com/pre-commit/mirrors-mypy
28
- rev : v1.11.2
28
+ rev : v1.14.1
29
29
hooks :
30
30
- id : mypy
31
31
additional_dependencies : [types-requests, types-PyYAML]
You can’t perform that action at this time.
0 commit comments