File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
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
13
13
- repo : https://github.com/keewis/blackdoc
14
- rev : v0.3.9
14
+ rev : v0.4.1
15
15
hooks :
16
16
- id : blackdoc
17
17
files : ' \.py$'
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.3.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 : [
53
53
exclude : ^pyvista/ext/
54
54
55
55
- repo : https://github.com/DanielNoord/pydocstringformatter
56
- rev : v0.7.3
56
+ rev : v0.7.5
57
57
hooks :
58
58
- id : pydocstringformatter
59
59
args : [
@@ -63,13 +63,13 @@ repos:
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]
70
70
71
71
- repo : https://github.com/pre-commit/pre-commit-hooks
72
- rev : v5 .0.0
72
+ rev : v6 .0.0
73
73
hooks :
74
74
- id : check-merge-conflict
75
75
- id : debug-statements
You can’t perform that action at this time.
0 commit comments