Skip to content

Commit 8b8eba3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/PyCQA/flake8: 7.1.1 → 7.2.0](PyCQA/flake8@7.1.1...7.2.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0)
1 parent abd1111 commit 8b8eba3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ci:
66

77
repos:
88
- repo: https://github.com/psf/black
9-
rev: 24.10.0
9+
rev: 25.1.0
1010
hooks:
1111
- id: black
1212

@@ -18,12 +18,12 @@ repos:
1818
exclude: pyvista/plotting/charts.py
1919

2020
- repo: https://github.com/pycqa/isort
21-
rev: 5.13.2
21+
rev: 6.0.1
2222
hooks:
2323
- id: isort
2424

2525
- repo: https://github.com/PyCQA/flake8
26-
rev: 7.1.1
26+
rev: 7.2.0
2727
hooks:
2828
- id: flake8
2929
additional_dependencies: [
@@ -33,7 +33,7 @@ repos:
3333
]
3434

3535
- repo: https://github.com/codespell-project/codespell
36-
rev: v2.3.0
36+
rev: v2.4.1
3737
hooks:
3838
- id: codespell
3939
args: [
@@ -63,7 +63,7 @@ repos:
6363
]
6464

6565
- repo: https://github.com/asottile/pyupgrade
66-
rev: v3.19.1
66+
rev: v3.20.0
6767
hooks:
6868
- id: pyupgrade
6969
args: [--py38-plus, --keep-runtime-typing]

0 commit comments

Comments
 (0)