File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
autoupdate_schedule : " quarterly"
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.4 .0
5
+ rev : v4.6 .0
6
6
hooks :
7
7
- id : check-docstring-first
8
8
- id : end-of-file-fixer
9
9
- id : trailing-whitespace
10
10
11
11
- repo : https://github.com/psf/black
12
- rev : 23.3.0
12
+ rev : 24.4.2
13
13
hooks :
14
14
- id : black
15
15
16
16
- repo : https://github.com/pycqa/isort
17
- rev : 5.12.0
17
+ rev : 5.13.2
18
18
hooks :
19
19
- id : isort
20
20
21
21
- repo : https://github.com/nbQA-dev/nbQA
22
- rev : 1.7.0
22
+ rev : 1.8.5
23
23
hooks :
24
24
- id : nbqa-black
25
25
- id : nbqa-isort
26
26
27
27
- repo : https://github.com/kynan/nbstripout
28
- rev : 0.6 .1
28
+ rev : 0.7 .1
29
29
hooks :
30
30
- id : nbstripout
31
31
32
- - repo : https://github.com/charliermarsh /ruff-pre-commit
33
- rev : v0.0.256
32
+ - repo : https://github.com/astral-sh /ruff-pre-commit
33
+ rev : v0.5.0
34
34
hooks :
35
35
- id : ruff
36
36
args : [--fix]
You can’t perform that action at this time.
0 commit comments