Skip to content

Commit 11573d4

Browse files
authored
Merge pull request #203 from matplotlib/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents e52eb82 + 5232129 commit 11573d4

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.4.1
25+
rev: v1.5.0
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.281'
32+
rev: 'v0.0.284'
3333
hooks:
3434
- id: ruff
3535

0 commit comments

Comments
 (0)