Skip to content

Commit 108921c

Browse files
authored
Merge pull request #316 from BiAPoL/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 4cbb725 + 92ed181 commit 108921c

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.4.0
3+
rev: 24.10.0
44
hooks:
55
- id: black
66
pass_filenames: true
77
- repo: https://github.com/PyCQA/flake8
8-
rev: 7.0.0
8+
rev: 7.1.1
99
hooks:
1010
- id: flake8
1111
pass_filenames: true
@@ -14,7 +14,7 @@ repos:
1414
additional_dependencies:
1515
- flake8-tidy-imports
1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v4.6.0
17+
rev: v5.0.0
1818
hooks:
1919
- id: check-yaml
2020
- id: check-merge-conflict
@@ -32,7 +32,7 @@ repos:
3232
hooks:
3333
- id: napari-plugin-checks
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.15.2
35+
rev: v3.19.0
3636
hooks:
3737
- id: pyupgrade
3838
args: ["--py37-plus"]

0 commit comments

Comments
 (0)