Skip to content

Commit dceabc7

Browse files
[pre-commit.ci] pre-commit autoupdate (#62)
updates: - [github.com/psf/black: 23.11.0 → 24.3.0](psf/black@23.11.0...24.3.0) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tetsuo Koyama <tkoyama010@gmail.com>
1 parent 26a7fd8 commit dceabc7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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: 23.11.0
9+
rev: 24.3.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.12.0
21+
rev: 5.13.2
2222
hooks:
2323
- id: isort
2424

2525
- repo: https://github.com/PyCQA/flake8
26-
rev: 6.1.0
26+
rev: 7.0.0
2727
hooks:
2828
- id: flake8
2929
additional_dependencies: [
@@ -63,7 +63,7 @@ repos:
6363
]
6464

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

0 commit comments

Comments
 (0)