Skip to content

Commit e8e98df

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - [github.com/asottile/pyupgrade: v3.6.0 → v3.9.0](asottile/pyupgrade@v3.6.0...v3.9.0)
1 parent 854eb4f commit e8e98df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
exclude: ref_vtk_hexahedra.vtu
2121
- id: trailing-whitespace
2222
- repo: https://github.com/psf/black
23-
rev: 23.3.0
23+
rev: 23.7.0
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/PyCQA/isort
@@ -29,7 +29,7 @@ repos:
2929
- id: isort
3030
args: ["--profile", "black", "--filter-files"]
3131
- repo: https://github.com/asottile/pyupgrade
32-
rev: v3.6.0
32+
rev: v3.9.0
3333
hooks:
3434
- id: pyupgrade
3535
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)