File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
autofix_commit_msg : " [pre-commit.ci] auto fixes from pre-commit.com hooks [dependabot skip]"
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.6 .0
5
+ rev : v5.0 .0
6
6
hooks :
7
7
- id : check-yaml
8
8
args : [--unsafe]
@@ -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.8.1
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.25
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.13 .0" # 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