Skip to content

Commit c2ce97d

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/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.4 → v0.13.0](astral-sh/ruff-pre-commit@v0.12.4...v0.13.0)
1 parent 83c3446 commit c2ce97d

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
@@ -11,7 +11,7 @@ repos:
1111
- id: black
1212

1313
- repo: https://github.com/asottile/blacken-docs
14-
rev: 1.19.1
14+
rev: 1.20.0
1515
hooks:
1616
- id: blacken-docs
1717

@@ -22,7 +22,7 @@ repos:
2222
files: \.py$
2323

2424
- repo: https://github.com/pre-commit/pre-commit-hooks
25-
rev: v5.0.0
25+
rev: v6.0.0
2626
hooks:
2727
- id: check-builtin-literals
2828
- id: check-added-large-files
@@ -35,7 +35,7 @@ repos:
3535
- id: trailing-whitespace
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.12.4
38+
rev: v0.13.0
3939
hooks:
4040
- id: ruff
4141
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)