We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b95004 commit a413021Copy full SHA for a413021
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ repos:
7
- id: trailing-whitespace
8
9
- repo: https://github.com/psf/black
10
- rev: 23.11.0
+ rev: 23.12.1
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.7.1
+ rev: v1.8.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.1.6'
+ rev: 'v0.1.9'
28
29
- id: ruff
30
0 commit comments