We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67db1c8 + a9eec37 commit 61fcda8Copy full SHA for 61fcda8
1 file changed
.pre-commit-config.yaml
@@ -20,20 +20,20 @@ repos:
20
- id: trailing-whitespace
21
22
- repo: https://github.com/psf/black-pre-commit-mirror
23
- rev: "25.9.0"
+ rev: "26.3.1"
24
hooks:
25
- id: black
26
args: [--preview]
27
28
- repo: https://github.com/astral-sh/ruff-pre-commit
29
- rev: v0.14.2
+ rev: v0.15.10
30
31
- id: ruff
32
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
33
types_or: [python, jupyter]
34
35
- repo: https://github.com/pre-commit/mirrors-mypy
36
- rev: "v1.18.2"
+ rev: "v1.20.1"
37
38
- id: mypy
39
additional_dependencies:
0 commit comments