We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd47be0 commit 7ff106aCopy full SHA for 7ff106a
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ repos:
7
- id: trailing-whitespace
8
9
- repo: https://github.com/psf/black
10
- rev: 24.2.0
+ rev: 24.3.0
11
hooks:
12
- id: black
13
@@ -17,14 +17,14 @@ repos:
17
- id: napari-plugin-checks
18
19
- repo: https://github.com/pre-commit/mirrors-mypy
20
- rev: v1.8.0
+ rev: v1.9.0
21
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.2.2'
+ rev: 'v0.3.4'
28
29
- id: ruff
30
0 commit comments