Skip to content

Commit 13286f5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.14.14](astral-sh/ruff-pre-commit@v0.14.10...v0.14.14) - [github.com/kynan/nbstripout: 0.8.2 → 0.9.0](kynan/nbstripout@0.8.2...0.9.0) - [github.com/crate-ci/typos: v1.40.1 → v1](crate-ci/typos@v1.40.1...v1)
1 parent f168e73 commit 13286f5

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
@@ -26,12 +26,12 @@ repos:
2626
- id: python-use-type-annotations
2727
- id: text-unicode-replacement-char
2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.14.10
29+
rev: v0.14.14
3030
hooks:
3131
- id: ruff-check
3232
- id: ruff-format
3333
- repo: https://github.com/kynan/nbstripout
34-
rev: 0.8.2
34+
rev: 0.9.0
3535
hooks:
3636
- id: nbstripout
3737
- repo: https://github.com/executablebooks/mdformat
@@ -56,7 +56,7 @@ repos:
5656
args: [--wrap, "88"]
5757
files: (README\.md)
5858
- repo: https://github.com/crate-ci/typos
59-
rev: v1.40.1
59+
rev: v1
6060
hooks:
6161
- id: typos
6262
- repo: meta

0 commit comments

Comments
 (0)