File tree Expand file tree Collapse file tree 3 files changed +498
-487
lines changed Expand file tree Collapse file tree 3 files changed +498
-487
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.19.0
24
+ rev : v3.19.1
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.8.1
32
+ rev : v0.8.6
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.8.1
54
+ rev : v0.8.6
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.13.0
61
+ rev : v1.14.1
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