Skip to content

Commit 25c0aff

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.3.0 → 26.3.0](psf/black-pre-commit-mirror@23.3.0...26.3.0) - [github.com/PyCQA/isort: 5.12.0 → 8.0.1](PyCQA/isort@5.12.0...8.0.1) - [github.com/asottile/pyupgrade: v3.6.0 → v3.21.2](asottile/pyupgrade@v3.6.0...v3.21.2) - [github.com/PyCQA/flake8: 6.1.0 → 7.3.0](PyCQA/flake8@6.1.0...7.3.0)
1 parent 468b3a2 commit 25c0aff

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exclude: configure|\.*.msh|\.*.rng|^h5hut/\.*|^libjudy\.*|^libmba2d\.*|^libmba3d\.*|^libspud\.*|^spatialindex-1.8.0\.*
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.4.0
6+
rev: v6.0.0
77
hooks:
88
- id: check-ast
99
- id: check-builtin-literals
@@ -19,21 +19,21 @@ repos:
1919
- id: mixed-line-ending
2020
exclude: ref_vtk_hexahedra.vtu
2121
- id: trailing-whitespace
22-
- repo: https://github.com/psf/black
23-
rev: 23.3.0
22+
- repo: https://github.com/psf/black-pre-commit-mirror
23+
rev: 26.3.0
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/PyCQA/isort
27-
rev: 5.12.0
27+
rev: 8.0.1
2828
hooks:
2929
- id: isort
3030
args: ["--profile", "black", "--filter-files"]
3131
- repo: https://github.com/asottile/pyupgrade
32-
rev: v3.6.0
32+
rev: v3.21.2
3333
hooks:
3434
- id: pyupgrade
3535
- repo: https://github.com/PyCQA/flake8
36-
rev: 6.1.0
36+
rev: 7.3.0
3737
hooks:
3838
- id: flake8
3939
args: ["--max-line-length", "88", "--extend-ignore", "E203,E722"]

0 commit comments

Comments
 (0)