Skip to content

Commit 8450f5a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.9.4](astral-sh/ruff-pre-commit@v0.9.1...v0.9.4) - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.1.0](psf/black-pre-commit-mirror@24.10.0...25.1.0)
1 parent 3a8c6e4 commit 8450f5a

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
@@ -19,13 +19,13 @@
1919
repos:
2020
# https://docs.astral.sh/ruff/configuration
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.9.1
22+
rev: v0.9.4
2323
hooks:
2424
- id: ruff
2525
- id: ruff-format
2626
# https://black.readthedocs.io/en/stable/index.html
2727
- repo: https://github.com/psf/black-pre-commit-mirror
28-
rev: 24.10.0
28+
rev: 25.1.0
2929
hooks:
3030
- id: black-jupyter
3131
files: \.ipynb

0 commit comments

Comments
 (0)