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.7.0 "
3
+ rev : " v0.7.1 "
4
4
hooks :
5
5
- id : ruff
6
6
args : ["--fix"]
@@ -25,12 +25,12 @@ repos:
25
25
hooks :
26
26
- id : rst-backticks
27
27
- repo : https://github.com/asottile/pyupgrade
28
- rev : v3.18 .0
28
+ rev : v3.19 .0
29
29
hooks :
30
30
- id : pyupgrade
31
31
args : [--py38-plus]
32
32
- repo : https://github.com/asottile/blacken-docs
33
- rev : 1.19.0
33
+ rev : 1.19.1
34
34
hooks :
35
35
- id : blacken-docs
36
36
additional_dependencies : [black==24.2.0]
43
43
language : python
44
44
additional_dependencies : [pygments, restructuredtext_lint]
45
45
- repo : https://github.com/pre-commit/mirrors-mypy
46
- rev : v1.12.1
46
+ rev : v1.13.0
47
47
hooks :
48
48
- id : mypy
49
49
files : ^(src/|testing/)
You can’t perform that action at this time.
0 commit comments