Skip to content

Commit 5e12f0e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.11 → v0.14.13](astral-sh/ruff-pre-commit@v0.14.11...v0.14.13) - [github.com/kynan/nbstripout: 0.8.2 → 0.9.0](kynan/nbstripout@0.8.2...0.9.0)
1 parent 8c19b04 commit 5e12f0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111

1212
- repo: https://github.com/astral-sh/ruff-pre-commit
1313
# Ruff version.
14-
rev: 'v0.14.11'
14+
rev: 'v0.14.13'
1515
hooks:
1616
# Run the linter.
1717
- id: ruff
@@ -42,6 +42,6 @@ repos:
4242
files: src/|docs/source/(.+).md|docs/source/(.+).rst|tests|README.md
4343

4444
- repo: https://github.com/kynan/nbstripout
45-
rev: 0.8.2
45+
rev: 0.9.0
4646
hooks:
4747
- id: nbstripout

0 commit comments

Comments
 (0)