Skip to content

Commit 04b9fbe

Browse files
⬆️🪝 update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.1 → v0.1.3](astral-sh/ruff-pre-commit@v0.1.1...v0.1.3) - [github.com/psf/black-pre-commit-mirror: 23.10.0 → 23.10.1](psf/black-pre-commit-mirror@23.10.0...23.10.1)
1 parent 815ed06 commit 04b9fbe

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
@@ -51,14 +51,14 @@ repos:
5151

5252
# Run ruff (subsumes pyupgrade, isort, flake8+plugins, and more)
5353
- repo: https://github.com/astral-sh/ruff-pre-commit
54-
rev: v0.1.1
54+
rev: v0.1.3
5555
hooks:
5656
- id: ruff
5757
args: ["--fix", "--show-fixes"]
5858

5959
# Run code formatting with Black
6060
- repo: https://github.com/psf/black-pre-commit-mirror
61-
rev: 23.10.0 # Keep in sync with blacken-docs
61+
rev: 23.10.1 # Keep in sync with blacken-docs
6262
hooks:
6363
- id: black-jupyter
6464

0 commit comments

Comments
 (0)