Skip to content

Commit 32b1203

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.7.2](astral-sh/ruff-pre-commit@v0.7.1...v0.7.2) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.0](kynan/nbstripout@0.7.1...0.8.0)
1 parent 18d8bda commit 32b1203

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
@@ -3,7 +3,7 @@ ci:
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
55
# Ruff version.
6-
rev: 'v0.7.1'
6+
rev: 'v0.7.2'
77
hooks:
88
# Run the formatter.
99
- id: ruff-format
@@ -38,7 +38,7 @@ repos:
3838
files: ^narwhals/
3939
exclude: ^narwhals/dependencies\.py
4040
- repo: https://github.com/kynan/nbstripout
41-
rev: 0.7.1
41+
rev: 0.8.0
4242
hooks:
4343
- id: nbstripout
4444
- repo: https://github.com/adamchainz/blacken-docs

0 commit comments

Comments
 (0)