Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced5d9d commit 80c782aCopy full SHA for 80c782a
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ repos:
7
- id: trailing-whitespace
8
9
- repo: https://github.com/psf/black-pre-commit-mirror
10
- rev: 24.10.0
+ rev: 25.1.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.13.0
+ rev: v1.15.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.7.3'
+ rev: 'v0.9.9'
28
29
- id: ruff
30
0 commit comments