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
repos :
2
2
- repo : https://github.com/astral-sh/ruff-pre-commit
3
- rev : " v0.8.3 "
3
+ rev : " v0.8.6 "
4
4
hooks :
5
5
- id : ruff
6
6
args : ["--fix"]
12
12
- id : end-of-file-fixer
13
13
- id : check-yaml
14
14
- repo : https://github.com/woodruffw/zizmor-pre-commit
15
- rev : v0.9.2
15
+ rev : v1.0.1
16
16
hooks :
17
17
- id : zizmor
18
18
- repo : https://github.com/adamchainz/blacken-docs
32
32
hooks :
33
33
- id : python-use-type-annotations
34
34
- repo : https://github.com/pre-commit/mirrors-mypy
35
- rev : v1.13.0
35
+ rev : v1.14.1
36
36
hooks :
37
37
- id : mypy
38
38
files : ^(src/|testing/|scripts/)
54
54
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version
55
55
additional_dependencies : ["tox>=4.9"]
56
56
- repo : https://github.com/asottile/pyupgrade
57
- rev : v3.19.0
57
+ rev : v3.19.1
58
58
hooks :
59
59
- id : pyupgrade
60
60
args :
You can’t perform that action at this time.
0 commit comments