File tree Expand file tree Collapse file tree 3 files changed +528
-485
lines changed Expand file tree Collapse file tree 3 files changed +528
-485
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ default_language_version:
4
4
python : python3.12
5
5
repos :
6
6
- repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : v4.6 .0
7
+ rev : v5.0 .0
8
8
hooks :
9
9
- id : check-case-conflict
10
10
- id : check-docstring-first
@@ -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.17 .0
24
+ rev : v3.18 .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.7
32
+ rev : v0.6.9
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.8 .0
48
+ rev : 24.10 .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.6.7
54
+ rev : v0.6.9
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.11.2
61
+ rev : v1.12.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