File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ exclude: ".venv|__pycache__|tests/dev/|tests/fixtures/"
2
2
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.4 .0
5
+ rev : v4.5 .0
6
6
hooks :
7
7
- id : check-added-large-files
8
8
args : ["--maxkb=500"]
@@ -18,25 +18,25 @@ repos:
18
18
args : [--markdown-linebreak-ext=md]
19
19
20
20
- repo : https://github.com/asottile/pyupgrade
21
- rev : v3.14 .0
21
+ rev : v3.15 .0
22
22
hooks :
23
23
- id : pyupgrade
24
24
args :
25
25
- " --py39-plus"
26
26
27
27
- repo : https://github.com/astral-sh/ruff-pre-commit
28
- rev : " v0.0.292 "
28
+ rev : " v0.1.9 "
29
29
hooks :
30
30
- id : ruff
31
31
args : ["--fix-only"]
32
32
33
33
- repo : https://github.com/psf/black
34
- rev : 23.9 .1
34
+ rev : 23.12 .1
35
35
hooks :
36
36
- id : black
37
37
38
38
- repo : https://github.com/pycqa/isort
39
- rev : 5.12.0
39
+ rev : 5.13.2
40
40
hooks :
41
41
- id : isort
42
42
args : ["--profile", "black", "--filter-files"]
You can’t perform that action at this time.
0 commit comments