Skip to content

Commit a021eb7

Browse files
[pre-commit.ci] pre-commit autoupdate (#108)
1 parent c1dda2f commit a021eb7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55

66
repos:
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.13.3
8+
rev: v0.14.10
99
hooks:
1010
- id: ruff
1111
args: [--fix]
@@ -30,7 +30,7 @@ repos:
3030
args: [--check-filenames]
3131

3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v1.18.2
33+
rev: v1.19.1
3434
hooks:
3535
- id: mypy
3636
exclude: (tests|examples)/
@@ -42,7 +42,7 @@ repos:
4242
- id: format-ipy-cells
4343

4444
- repo: https://github.com/kynan/nbstripout
45-
rev: 0.8.1
45+
rev: 0.8.2
4646
hooks:
4747
- id: nbstripout
4848
args: [--drop-empty-cells]

0 commit comments

Comments
 (0)