Skip to content

Commit 60e2b65

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/asottile/reorder_python_imports: v3.12.0 → v3.14.0](asottile/reorder-python-imports@v3.12.0...v3.14.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.9.1](astral-sh/ruff-pre-commit@v0.1.7...v0.9.1) - [github.com/kynan/nbstripout: 0.6.1 → 0.8.1](kynan/nbstripout@0.6.1...0.8.1)
1 parent 5194dfe commit 60e2b65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ fail_fast: false
66

77
repos:
88
- repo: "https://github.com/pre-commit/pre-commit-hooks"
9-
rev: "v4.5.0"
9+
rev: "v5.0.0"
1010
hooks:
1111
- id: "check-added-large-files"
1212
args: ["--maxkb=40000"]
@@ -34,21 +34,21 @@ repos:
3434
- id: "python-use-type-annotations"
3535

3636
- repo: "https://github.com/asottile/reorder_python_imports"
37-
rev: "v3.12.0"
37+
rev: "v3.14.0"
3838
hooks:
3939
- id: "reorder-python-imports"
4040
args:
4141
- "--py38-plus"
4242

4343
- repo: "https://github.com/astral-sh/ruff-pre-commit"
4444
# Ruff version.
45-
rev: "v0.1.7"
45+
rev: "v0.9.1"
4646
hooks:
4747
- id: "ruff"
4848
- id: "ruff-format"
4949

5050
- repo: "https://github.com/kynan/nbstripout"
51-
rev: "0.6.1"
51+
rev: "0.8.1"
5252
hooks:
5353
- id: "nbstripout"
5454

0 commit comments

Comments
 (0)