Skip to content

Commit f136006

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.5.0 → v1.5.1](pre-commit/mirrors-mypy@v1.5.0...v1.5.1) - [github.com/astral-sh/ruff-pre-commit: v0.0.284 → v0.0.285](astral-sh/ruff-pre-commit@v0.0.284...v0.0.285)
1 parent 11573d4 commit f136006

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ repos:
2222
- id: napari-plugin-checks
2323

2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.5.0
25+
rev: v1.5.1
2626
hooks:
2727
- id: mypy
2828
additional_dependencies: [numpy, matplotlib]
2929

3030
- repo: https://github.com/astral-sh/ruff-pre-commit
3131
# Ruff version.
32-
rev: 'v0.0.284'
32+
rev: 'v0.0.285'
3333
hooks:
3434
- id: ruff
3535

0 commit comments

Comments
 (0)