We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9bc559 + 70b4a1a commit 6c699a0Copy full SHA for 6c699a0
.pre-commit-config.yaml
@@ -8,20 +8,20 @@ ci:
8
9
repos:
10
- repo: https://github.com/astral-sh/ruff-pre-commit
11
- rev: v0.11.4
+ rev: v0.14.7
12
hooks:
13
- id: ruff
14
args: [--fix]
15
16
- repo: https://github.com/pre-commit/pre-commit-hooks
17
- rev: v5.0.0
+ rev: v6.0.0
18
19
- id: check-yaml
20
- id: end-of-file-fixer
21
- id: trailing-whitespace
22
23
- repo: https://github.com/pre-commit/mirrors-mypy
24
- rev: v1.15.0
+ rev: v1.19.0
25
26
- id: mypy
27
@@ -34,7 +34,7 @@ repos:
34
additional_dependencies: [tomli] # needed to read pyproject.toml below py3.11
35
36
- repo: https://github.com/MarcoGorelli/cython-lint
37
- rev: v0.16.6
+ rev: v0.18.1
38
39
- id: cython-lint
40
args: [--no-pycodestyle]
0 commit comments