Skip to content

Commit ed335da

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.13.1](astral-sh/ruff-pre-commit@v0.11.12...v0.13.1) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
1 parent a2439a6 commit ed335da

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
@@ -7,7 +7,7 @@ default_stages:
77
minimum_pre_commit_version: 2.16.0
88
repos:
99
- repo: https://github.com/asottile/blacken-docs
10-
rev: 1.19.1
10+
rev: 1.20.0
1111
hooks:
1212
- id: blacken-docs
1313

@@ -41,14 +41,14 @@ repos:
4141
)$
4242
4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: v0.11.12
44+
rev: v0.13.1
4545
hooks:
4646
- id: ruff
4747
args: [--fix, --exit-non-zero-on-fix]
4848
- id: ruff-format
4949

5050
- repo: https://github.com/pre-commit/pre-commit-hooks
51-
rev: v5.0.0
51+
rev: v6.0.0
5252
hooks:
5353
- id: detect-private-key
5454
- id: check-ast

0 commit comments

Comments
 (0)