File tree Expand file tree Collapse file tree 3 files changed +208
-206
lines changed Expand file tree Collapse file tree 3 files changed +208
-206
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ repos:
21
21
args : [ --markdown-linebreak-ext=md ]
22
22
23
23
- repo : https://github.com/asottile/pyupgrade
24
- rev : v3.18 .0
24
+ rev : v3.19 .0
25
25
hooks :
26
26
- id : pyupgrade
27
27
args :
28
28
- --py3-plus
29
29
- --keep-runtime-typing
30
30
31
31
- repo : https://github.com/astral-sh/ruff-pre-commit
32
- rev : v0.6.9
32
+ rev : v0.7.1
33
33
hooks :
34
34
# Run the linter.
35
35
- id : ruff
@@ -51,14 +51,14 @@ repos:
51
51
args : [ "--config", "pyproject.toml" ]
52
52
53
53
- repo : https://github.com/astral-sh/ruff-pre-commit
54
- rev : v0.6.9
54
+ rev : v0.7.1
55
55
hooks :
56
56
# Run the formatter.
57
57
- id : ruff-format
58
58
args : [ "--config", "pyproject.toml" ]
59
59
60
60
- repo : https://github.com/pre-commit/mirrors-mypy
61
- rev : v1.12 .0
61
+ rev : v1.13 .0
62
62
hooks :
63
63
- id : mypy
64
64
args : [ "--config-file", "pyproject.toml" ]
You can’t perform that action at this time.
0 commit comments