File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,23 +12,23 @@ repos:
12
12
- id : end-of-file-fixer
13
13
14
14
- repo : https://github.com/astral-sh/ruff-pre-commit
15
- rev : v0.4.9
15
+ rev : v0.6.5
16
16
hooks :
17
17
- id : ruff
18
18
name : " lint with ruff"
19
19
- id : ruff-format
20
20
name : " format with ruff"
21
21
22
22
- repo : https://github.com/jackdewinter/pymarkdown
23
- rev : v0.9.20
23
+ rev : v0.9.23
24
24
hooks :
25
25
- id : pymarkdown
26
26
name : " check markdown"
27
27
exclude : ^.github/|CHANGELOG
28
28
args : [scan]
29
29
30
30
- repo : https://github.com/pre-commit/mirrors-mypy
31
- rev : " v1.10.0 " # Use the sha / tag you want to point at
31
+ rev : " v1.11.2 " # Use the sha / tag you want to point at
32
32
hooks :
33
33
- id : mypy
34
34
name : " Check with Mypy"
You can’t perform that action at this time.
0 commit comments