We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ae6994 + 3db8cae commit bb77009Copy full SHA for bb77009
.pre-commit-config.yaml
@@ -17,14 +17,14 @@ repos:
17
- id: napari-plugin-checks
18
19
- repo: https://github.com/pre-commit/mirrors-mypy
20
- rev: v1.11.0
+ rev: v1.11.1
21
hooks:
22
- id: mypy
23
additional_dependencies: [numpy, matplotlib]
24
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
# Ruff version.
27
- rev: 'v0.5.5'
+ rev: 'v0.5.6'
28
29
- id: ruff
30
0 commit comments