File tree Expand file tree Collapse file tree 3 files changed +596
-560
lines changed Expand file tree Collapse file tree 3 files changed +596
-560
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.16 .0
24
+ rev : v3.17 .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.5.3
32
+ rev : v0.6.2
33
33
hooks :
34
34
# Run the linter.
35
35
- id : ruff
@@ -45,20 +45,20 @@ repos:
45
45
46
46
# Using this mirror lets us use mypyc-compiled black, which is about 2x faster
47
47
- repo : https://github.com/psf/black-pre-commit-mirror
48
- rev : 24.4.2
48
+ rev : 24.8.0
49
49
hooks :
50
50
- id : black
51
51
args : [ "--config", "pyproject.toml" ]
52
52
53
53
- repo : https://github.com/astral-sh/ruff-pre-commit
54
- rev : v0.5.3
54
+ rev : v0.6.2
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.10.1
61
+ rev : v1.11.2
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