Commit 9f1ca50 1 parent fae9460 commit 9f1ca50 Copy full SHA for 9f1ca50
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
4
4
repos :
5
5
- repo : https://github.com/asottile/pyupgrade
6
- rev : v3.15.2
6
+ rev : v3.16.0
7
7
hooks :
8
8
- id : pyupgrade
9
9
args : ["--py39-plus"]
10
10
11
11
- repo : https://github.com/astral-sh/ruff-pre-commit
12
12
# Ruff version.
13
- rev : ' v0.3.5 '
13
+ rev : ' v0.5.0 '
14
14
hooks :
15
15
- id : ruff
16
16
args : ["--show-fixes", "--fix"]
17
17
18
18
- repo : https://github.com/psf/black-pre-commit-mirror
19
- rev : 24.3.0
19
+ rev : 24.4.2
20
20
hooks :
21
21
- id : black
22
22
47
47
additional_dependencies : [mdformat==0.7.17]
48
48
49
49
- repo : https://github.com/pre-commit/pre-commit-hooks
50
- rev : v4.5 .0
50
+ rev : v4.6 .0
51
51
hooks :
52
52
- id : trailing-whitespace
53
53
- id : end-of-file-fixer
67
67
- id : validate-cff
68
68
69
69
- repo : https://github.com/abravalheri/validate-pyproject
70
- rev : v0.16
70
+ rev : v0.18
71
71
hooks :
72
72
- id : validate-pyproject
73
73
You can’t perform that action at this time.
0 commit comments