Skip to content

Commit 2fa42ea

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.12.1 → 24.1.1](psf/black@23.12.1...24.1.1) - [github.com/charliermarsh/ruff-pre-commit: v0.1.12 → v0.2.0](astral-sh/ruff-pre-commit@v0.1.12...v0.2.0) - [github.com/kynan/nbstripout: 0.6.1 → 0.7.1](kynan/nbstripout@0.6.1...0.7.1)
1 parent 74f79c8 commit 2fa42ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@ repos:
4242
- "--py38-plus"
4343

4444
- repo: "https://github.com/psf/black"
45-
rev: "23.12.1"
45+
rev: "24.1.1"
4646
hooks:
4747
- id: "black"
4848
args: ["--diff"]
4949

5050
- repo: "https://github.com/charliermarsh/ruff-pre-commit"
5151
# Ruff version.
52-
rev: "v0.1.12"
52+
rev: "v0.2.0"
5353
hooks:
5454
- id: "ruff"
5555

5656
- repo: "https://github.com/kynan/nbstripout"
57-
rev: "0.6.1"
57+
rev: "0.7.1"
5858
hooks:
5959
- id: "nbstripout"
6060

0 commit comments

Comments
 (0)