We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e59bd3 commit 2ba7671Copy full SHA for 2ba7671
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ repos:
7
- id: trailing-whitespace
8
9
- repo: https://github.com/psf/black
10
- rev: 23.9.1
+ rev: 23.10.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.6.0
+ rev: v1.6.1
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.0.292'
+ rev: 'v0.1.1'
28
29
- id: ruff
30
0 commit comments