We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a7fd8 commit dceabc7Copy full SHA for dceabc7
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ ci:
6
7
repos:
8
- repo: https://github.com/psf/black
9
- rev: 23.11.0
+ rev: 24.3.0
10
hooks:
11
- id: black
12
@@ -18,12 +18,12 @@ repos:
18
exclude: pyvista/plotting/charts.py
19
20
- repo: https://github.com/pycqa/isort
21
- rev: 5.12.0
+ rev: 5.13.2
22
23
- id: isort
24
25
- repo: https://github.com/PyCQA/flake8
26
- rev: 6.1.0
+ rev: 7.0.0
27
28
- id: flake8
29
additional_dependencies: [
@@ -63,7 +63,7 @@ repos:
63
]
64
65
- repo: https://github.com/asottile/pyupgrade
66
- rev: v3.15.0
+ rev: v3.15.2
67
68
- id: pyupgrade
69
args: [--py38-plus, --keep-runtime-typing]
0 commit comments