Skip to content

Commit aa160fc

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/keewis/blackdoc: v0.3.9 → v0.4.1](keewis/blackdoc@v0.3.9...v0.4.1) - [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.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/DanielNoord/pydocstringformatter: v0.7.3 → v0.7.5](DanielNoord/pydocstringformatter@v0.7.3...v0.7.5) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
1 parent abd1111 commit aa160fc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@ 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

1313
- repo: https://github.com/keewis/blackdoc
14-
rev: v0.3.9
14+
rev: v0.4.1
1515
hooks:
1616
- id: blackdoc
1717
files: '\.py$'
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.3.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: [
@@ -53,7 +53,7 @@ repos:
5353
exclude: ^pyvista/ext/
5454

5555
- repo: https://github.com/DanielNoord/pydocstringformatter
56-
rev: v0.7.3
56+
rev: v0.7.5
5757
hooks:
5858
- id: pydocstringformatter
5959
args: [
@@ -63,13 +63,13 @@ 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]
7070

7171
- repo: https://github.com/pre-commit/pre-commit-hooks
72-
rev: v5.0.0
72+
rev: v6.0.0
7373
hooks:
7474
- id: check-merge-conflict
7575
- id: debug-statements

0 commit comments

Comments
 (0)