Skip to content

Commit 5f95919

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/PyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1)
1 parent 108921c commit 5f95919

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
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.10.0
3+
rev: 25.1.0
44
hooks:
55
- id: black
66
pass_filenames: true
77
- repo: https://github.com/PyCQA/flake8
8-
rev: 7.1.1
8+
rev: 7.1.2
99
hooks:
1010
- id: flake8
1111
pass_filenames: true
@@ -24,15 +24,15 @@ repos:
2424
- id: debug-statements
2525
- id: mixed-line-ending
2626
- repo: https://github.com/PyCQA/isort
27-
rev: 5.13.2
27+
rev: 6.0.1
2828
hooks:
2929
- id: isort
3030
- repo: https://github.com/tlambert03/napari-plugin-checks
3131
rev: v0.3.0
3232
hooks:
3333
- id: napari-plugin-checks
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.19.0
35+
rev: v3.19.1
3636
hooks:
3737
- id: pyupgrade
3838
args: ["--py37-plus"]

0 commit comments

Comments
 (0)