Skip to content

Commit 066df33

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/asottile/reorder_python_imports: v3.12.0 → v3.15.0](asottile/reorder-python-imports@v3.12.0...v3.15.0) - [github.com/psf/black: 24.4.2 → 25.1.0](psf/black@24.4.2...25.1.0) - [github.com/charliermarsh/ruff-pre-commit: v0.4.4 → v0.12.10](astral-sh/ruff-pre-commit@v0.4.4...v0.12.10) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](kynan/nbstripout@0.7.1...0.8.1)
1 parent 87a72d6 commit 066df33

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
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.6.0"
11+
rev: "v6.0.0"
1212
hooks:
1313
- id: "check-added-large-files"
1414
- id: "check-ast"
@@ -35,26 +35,26 @@ repos:
3535
- id: "python-use-type-annotations"
3636

3737
- repo: "https://github.com/asottile/reorder_python_imports"
38-
rev: "v3.12.0"
38+
rev: "v3.15.0"
3939
hooks:
4040
- id: "reorder-python-imports"
4141
args:
4242
- "--py38-plus"
4343

4444
- repo: "https://github.com/psf/black"
45-
rev: "24.4.2"
45+
rev: "25.1.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.4.4"
52+
rev: "v0.12.10"
5353
hooks:
5454
- id: "ruff"
5555

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

0 commit comments

Comments
 (0)