Commit 761a598 1 parent 61ef877 commit 761a598 Copy full SHA for 761a598
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.0
6
+ rev : v3.15.2
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.1.9 '
13
+ rev : ' v0.3.5 '
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 : 23.12.1
19
+ rev : 24.3.0
20
20
hooks :
21
21
- id : black
22
22
36
36
- mdformat-myst
37
37
38
38
- repo : https://github.com/nbQA-dev/nbQA
39
- rev : 1.7.1
39
+ rev : 1.8.5
40
40
hooks :
41
41
- id : nbqa-black
42
42
- id : nbqa-ruff
67
67
- id : validate-cff
68
68
69
69
- repo : https://github.com/abravalheri/validate-pyproject
70
- rev : v0.15
70
+ rev : v0.16
71
71
hooks :
72
72
- id : validate-pyproject
73
73
You can’t perform that action at this time.
0 commit comments