We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1dda2f commit a021eb7Copy full SHA for a021eb7
1 file changed
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ ci:
5
6
repos:
7
- repo: https://github.com/astral-sh/ruff-pre-commit
8
- rev: v0.13.3
+ rev: v0.14.10
9
hooks:
10
- id: ruff
11
args: [--fix]
@@ -30,7 +30,7 @@ repos:
30
args: [--check-filenames]
31
32
- repo: https://github.com/pre-commit/mirrors-mypy
33
- rev: v1.18.2
+ rev: v1.19.1
34
35
- id: mypy
36
exclude: (tests|examples)/
@@ -42,7 +42,7 @@ repos:
42
- id: format-ipy-cells
43
44
- repo: https://github.com/kynan/nbstripout
45
- rev: 0.8.1
+ rev: 0.8.2
46
47
- id: nbstripout
48
args: [--drop-empty-cells]
0 commit comments