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 2c0497f

Browse files
authoredApr 15, 2024··
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/psf/black: 23.12.1 → 24.4.0](psf/black@23.12.1...24.4.0) - [github.com/charliermarsh/ruff-pre-commit: v0.1.12 → v0.3.7](astral-sh/ruff-pre-commit@v0.1.12...v0.3.7) - [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 2c0497f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fail_fast: false
88

99
repos:
1010
- repo: "https://github.com/pre-commit/pre-commit-hooks"
11-
rev: "v4.5.0"
11+
rev: "v4.6.0"
1212
hooks:
1313
- id: "check-added-large-files"
1414
- id: "check-ast"
@@ -42,24 +42,24 @@ repos:
4242
- "--py38-plus"
4343

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