Skip to content

Commit 4988c6f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.14.7](astral-sh/ruff-pre-commit@v0.3.4...v0.14.7) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.3.0 → 25.11.0](psf/black-pre-commit-mirror@24.3.0...25.11.0)
1 parent 61c1760 commit 4988c6f

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,18 +1,18 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-docstring-first
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
exclude: ^\.napari-hub/.*
99
- id: check-yaml # checks for correct yaml syntax for github actions ex.
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.3.4
11+
rev: v0.14.7
1212
hooks:
1313
- id: ruff
14-
- repo: https://github.com/psf/black
15-
rev: 24.3.0
14+
- repo: https://github.com/psf/black-pre-commit-mirror
15+
rev: 25.11.0
1616
hooks:
1717
- id: black
1818
- repo: https://github.com/tlambert03/napari-plugin-checks

0 commit comments

Comments
 (0)