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 4
4
hooks :
5
5
- id : check-poetry-sources
6
6
- repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : v4.5 .0
7
+ rev : v5.0 .0
8
8
hooks :
9
9
- id : pretty-format-json
10
10
args :
21
21
- id : trailing-whitespace
22
22
- id : mixed-line-ending
23
23
- repo : https://github.com/asottile/pyupgrade
24
- rev : v3.15.0
24
+ rev : v3.19.1
25
25
hooks :
26
26
- id : pyupgrade
27
27
args :
@@ -32,23 +32,23 @@ repos:
32
32
- id : python-check-blanket-noqa
33
33
- id : python-check-blanket-type-ignore
34
34
- repo : https://github.com/psf/black
35
- rev : 23.11 .0
35
+ rev : 24.10 .0
36
36
hooks :
37
37
- id : black
38
38
- repo : https://github.com/astral-sh/ruff-pre-commit
39
39
# Ruff version.
40
- rev : v0.1.6
40
+ rev : v0.8.4
41
41
hooks :
42
42
- id : ruff
43
43
args :
44
44
- " --fix"
45
45
- " --exit-non-zero-on-fix"
46
46
- repo : https://github.com/andrei-shabanski/poetry-plugin-sort
47
- rev : v0.2.0
47
+ rev : v0.2.1
48
48
hooks :
49
49
- id : poetry-sort
50
50
- repo : https://github.com/python-poetry/poetry
51
- rev : " 1.7 .0"
51
+ rev : " 1.8 .0"
52
52
hooks :
53
53
- id : poetry-check
54
54
You can’t perform that action at this time.
0 commit comments