File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 5
5
# * Run "pre-commit install".
6
6
repos :
7
7
- repo : https://github.com/pre-commit/pre-commit-hooks
8
- rev : v4.6 .0
8
+ rev : v5.0 .0
9
9
hooks :
10
10
- id : check-toml
11
11
- id : check-yaml
@@ -16,16 +16,23 @@ repos:
16
16
- id : trailing-whitespace
17
17
18
18
- repo : https://github.com/astral-sh/ruff-pre-commit
19
- rev : v0.4.8
19
+ rev : v0.8.3
20
20
hooks :
21
21
- id : ruff
22
22
args : [--fix, --show-fixes]
23
23
- id : ruff-format
24
24
25
25
- repo : https://github.com/pre-commit/mirrors-mypy
26
- rev : v1.10 .0
26
+ rev : v1.13 .0
27
27
hooks :
28
28
- id : mypy
29
29
additional_dependencies :
30
30
-
asphalt@git+https://github.com/asphalt-framework/[email protected]
31
31
- pytest
32
+
33
+ - repo : https://github.com/pre-commit/pygrep-hooks
34
+ rev : v1.10.0
35
+ hooks :
36
+ - id : rst-backticks
37
+ - id : rst-directive-colons
38
+ - id : rst-inline-touching-normal
You can’t perform that action at this time.
0 commit comments