Skip to content

Commit d3e418b

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.12.11](astral-sh/ruff-pre-commit@v0.3.4...v0.12.11) - [github.com/psf/black: 24.3.0 → 25.1.0](psf/black@24.3.0...25.1.0)
1 parent 04b30ed commit d3e418b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.12.11
1212
hooks:
1313
- id: ruff
1414
- repo: https://github.com/psf/black
15-
rev: 24.3.0
15+
rev: 25.1.0
1616
hooks:
1717
- id: black
1818
- repo: https://github.com/tlambert03/napari-plugin-checks

0 commit comments

Comments
 (0)