File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
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.11.6
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.29
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.15 .0" # Use the sha / tag you want to point at
32
32
hooks :
33
33
- id : mypy
34
34
name : " Check with Mypy"
@@ -39,14 +39,14 @@ repos:
39
39
- " types-tzlocal"
40
40
41
41
- repo : https://github.com/python-poetry/poetry
42
- rev : " 1.8.0 "
42
+ rev : " 2.1.2 "
43
43
hooks :
44
44
- id : poetry-check
45
45
name : " check poetry files"
46
46
# - id: poetry-lock
47
47
48
48
- repo : https://github.com/python-poetry/poetry-plugin-export
49
- rev : " 1.8 .0"
49
+ rev : " 1.9 .0"
50
50
hooks :
51
51
- id : poetry-export
52
52
name : " export production dependencies"
You can’t perform that action at this time.
0 commit comments