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 6
6
7
7
repos :
8
8
- repo : https://github.com/psf/black
9
- rev : 24.10 .0
9
+ rev : 25.1 .0
10
10
hooks :
11
11
- id : black
12
12
@@ -18,12 +18,12 @@ repos:
18
18
exclude : pyvista/plotting/charts.py
19
19
20
20
- repo : https://github.com/pycqa/isort
21
- rev : 5.13.2
21
+ rev : 6.0.1
22
22
hooks :
23
23
- id : isort
24
24
25
25
- repo : https://github.com/PyCQA/flake8
26
- rev : 7.1.1
26
+ rev : 7.2.0
27
27
hooks :
28
28
- id : flake8
29
29
additional_dependencies : [
33
33
]
34
34
35
35
- repo : https://github.com/codespell-project/codespell
36
- rev : v2.3.0
36
+ rev : v2.4.1
37
37
hooks :
38
38
- id : codespell
39
39
args : [
63
63
]
64
64
65
65
- repo : https://github.com/asottile/pyupgrade
66
- rev : v3.19.1
66
+ rev : v3.20.0
67
67
hooks :
68
68
- id : pyupgrade
69
69
args : [--py38-plus, --keep-runtime-typing]
You can’t perform that action at this time.
0 commit comments