Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9c47fde

Browse files
authoredMar 18, 2024··
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.12.1 → 24.3.0](psf/black@23.12.1...24.3.0) - [github.com/charliermarsh/ruff-pre-commit: v0.1.12 → v0.3.3](astral-sh/ruff-pre-commit@v0.1.12...v0.3.3) - [github.com/kynan/nbstripout: 0.6.1 → 0.7.1](kynan/nbstripout@0.6.1...0.7.1) - [github.com/python-poetry/poetry: 1.7.0 → 1.8.0](python-poetry/poetry@1.7.0...1.8.0)
1 parent b9d977c commit 9c47fde

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,24 +42,24 @@ repos:
4242
- "--py38-plus"
4343

4444
- repo: "https://github.com/psf/black"
45-
rev: "23.12.1"
45+
rev: "24.3.0"
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.3.3"
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

6161
- repo: "https://github.com/python-poetry/poetry"
62-
rev: "1.7.0"
62+
rev: "1.8.0"
6363
hooks:
6464
- id: "poetry-check"
6565
- id: "poetry-lock"

0 commit comments

Comments
 (0)
Please sign in to comment.