Skip to content

Commit c08f33f

Browse files
[pre-commit.ci] pre-commit autoupdate (#139)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.2](astral-sh/ruff-pre-commit@v0.14.14...v0.15.2) - [github.com/kynan/nbstripout: 0.9.0 → 0.9.1](kynan/nbstripout@0.9.0...0.9.1) * Fix ty check for CoiledFunction construction --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tobias Raabe <tobias.raabe@quantilope.com>
1 parent 819b1f1 commit c08f33f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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.14
29+
rev: v0.15.2
3030
hooks:
3131
- id: ruff-check
3232
- id: ruff-format
3333
- repo: https://github.com/kynan/nbstripout
34-
rev: 0.9.0
34+
rev: 0.9.1
3535
hooks:
3636
- id: nbstripout
3737
- repo: https://github.com/executablebooks/mdformat

0 commit comments

Comments
 (0)