File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/asottile/pyupgrade
3
- rev : " v3.1 .0"
3
+ rev : " v3.18 .0"
4
4
hooks :
5
5
- id : pyupgrade
6
6
args : ["--py38-plus"]
7
7
8
8
- repo : https://github.com/hadialqattan/pycln
9
- rev : " v2.1.1 "
9
+ rev : " v2.4.0 "
10
10
hooks :
11
11
- id : pycln
12
12
args :
13
13
- --all
14
14
15
15
- repo : https://github.com/PyCQA/isort
16
- rev : ' 5.12.0 '
16
+ rev : ' 5.13.2 '
17
17
hooks :
18
18
- id : isort
19
19
args :
20
20
- --profile=black
21
21
22
22
- repo : https://github.com/psf/black
23
- rev : ' 22 .10.0'
23
+ rev : ' 24 .10.0'
24
24
hooks :
25
25
- id : black
26
26
args :
27
27
- --skip-string-normalization
28
28
29
29
- repo : https://github.com/pre-commit/pre-commit-hooks
30
- rev : ' v4.3 .0'
30
+ rev : ' v5.0 .0'
31
31
hooks :
32
32
- id : trailing-whitespace
33
33
exclude : " .*.fits"
39
39
- id : debug-statements
40
40
41
41
- repo : https://github.com/pycqa/flake8
42
- rev : ' 5.0.4 '
42
+ rev : ' 7.1.1 '
43
43
hooks :
44
44
- id : flake8
45
45
name : flake 8 (src)
You can’t perform that action at this time.
0 commit comments