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
fail_fast : false
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-added-large-files
8
8
args : ["--maxkb=500"]
@@ -22,20 +22,20 @@ repos:
22
22
args : [--markdown-linebreak-ext=md]
23
23
24
24
- repo : https://github.com/asottile/pyupgrade
25
- rev : v3.16 .0
25
+ rev : v3.17 .0
26
26
hooks :
27
27
- id : pyupgrade
28
28
args :
29
29
- " --py39-plus"
30
30
31
31
- repo : https://github.com/astral-sh/ruff-pre-commit
32
- rev : " v0.5.0 "
32
+ rev : " v0.6.9 "
33
33
hooks :
34
34
- id : ruff
35
35
args : ["--fix-only", "--target-version=py39"]
36
36
37
37
- repo : https://github.com/psf/black
38
- rev : 24.4.2
38
+ rev : 24.10.0
39
39
hooks :
40
40
- id : black
41
41
args : ["--target-version=py39"]
47
47
args : ["--profile", "black", "--filter-files"]
48
48
49
49
- repo : https://github.com/pycqa/flake8
50
- rev : 7.1.0
50
+ rev : 7.1.1
51
51
hooks :
52
52
- id : flake8
53
53
language : python
You can’t perform that action at this time.
0 commit comments