We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89a4ab6 + 64f364f commit 79cde6eCopy full SHA for 79cde6e
.pre-commit-config.yaml
@@ -10,10 +10,10 @@ repos:
10
exclude: ^\.napari-hub/.*
11
- id: check-yaml # checks for correct yaml syntax for github actions ex.
12
- repo: https://github.com/astral-sh/ruff-pre-commit
13
- rev: v0.12.9
+ rev: v0.13.2
14
hooks:
15
- id: ruff
16
- args: [--fix]
+ args: [--fix, -v]
17
- id: ruff-format
18
# https://mypy.readthedocs.io/en/stable/introduction.html
19
# you may wish to add this as well!
0 commit comments