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 2f7adb2 commit bc5b01dCopy full SHA for bc5b01d
.pre-commit-config.yaml
@@ -5,27 +5,27 @@ ci:
5
6
repos:
7
- repo: https://github.com/pre-commit/pre-commit-hooks
8
- rev: v4.4.0
+ rev: v4.5.0
9
hooks:
10
- id: trailing-whitespace
11
exclude: ^tests|^docs|.xsd
12
- id: end-of-file-fixer
13
exclude: ^tests|^docs
14
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
- rev: v0.0.292
+ rev: v0.1.4
17
18
- id: ruff
19
args: [--fix]
20
21
- repo: https://github.com/psf/black
22
- rev: 23.9.1
+ rev: 23.10.1
23
24
- id: black
25
exclude: ^docs
26
27
- repo: https://github.com/pre-commit/mirrors-mypy
28
- rev: v1.5.1
+ rev: v1.6.1
29
30
- id: mypy
31
exclude: ^tests|^docs|_napari_plugin|widgets
0 commit comments