Skip to content

Commit 324978c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.21.0](asottile/pyupgrade@v3.19.1...v3.21.0) - [github.com/pycqa/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0)
1 parent 76e69b8 commit 324978c

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: "v5.0.0"
3+
rev: "v6.0.0"
44
hooks:
55
- id: check-added-large-files
66
exclude: ^docs/_static/k3d_(tesla|wr75)_example\.html$
@@ -26,18 +26,18 @@ repos:
2626
- id: trailing-whitespace
2727
types_or: [python, toml]
2828
- repo: https://github.com/asottile/pyupgrade
29-
rev: v3.19.1
29+
rev: v3.21.0
3030
hooks:
3131
- id: pyupgrade
3232
- repo: https://github.com/pycqa/isort # args set in pyproject.toml
33-
rev: 6.0.1
33+
rev: 7.0.0
3434
hooks:
3535
- id: isort
3636
name: isort (python)
3737
- id: isort
3838
name: isort (cython)
3939
types: [cython]
40-
- repo: https://github.com/psf/black # args set in pyproject.toml
41-
rev: 25.1.0
40+
- repo: https://github.com/psf/black-pre-commit-mirror # args set in pyproject.toml
41+
rev: 25.9.0
4242
hooks:
4343
- id: black

0 commit comments

Comments
 (0)