Skip to content

Commit 03b91ba

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.7 → v0.6.9](astral-sh/ruff-pre-commit@v0.3.7...v0.6.9) - [github.com/psf/black: 24.4.0 → 24.10.0](psf/black@24.4.0...24.10.0)
1 parent a4d14f4 commit 03b91ba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-docstring-first
66
- id: end-of-file-fixer
@@ -9,11 +9,11 @@ repos:
99
- id: check-yaml # checks for correct yaml syntax for github actions ex.
1010
exclude: ^docs/04_FAQ/settings_reconstruction_(bulk|surface).yaml$
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.3.7
12+
rev: v0.6.9
1313
hooks:
1414
- id: ruff
1515
- repo: https://github.com/psf/black
16-
rev: 24.4.0
16+
rev: 24.10.0
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/tlambert03/napari-plugin-checks

0 commit comments

Comments
 (0)