Skip to content

Commit 439acca

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/asottile/blacken-docs: 1.18.0 → 1.19.1](adamchainz/blacken-docs@1.18.0...1.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.6.8 → v0.7.1](astral-sh/ruff-pre-commit@v0.6.8...v0.7.1)
1 parent 2e66e12 commit 439acca

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
@@ -5,19 +5,19 @@ repos:
55
- id: check-useless-excludes
66

77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.6.0
8+
rev: v5.0.0
99
hooks:
1010
- id: debug-statements
1111

1212
- repo: https://github.com/asottile/blacken-docs
13-
rev: 1.18.0
13+
rev: 1.19.1
1414
hooks:
1515
- id: blacken-docs
1616
# args: ["-l100"]
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
1919
# Ruff version.
20-
rev: v0.6.8
20+
rev: v0.7.1
2121
hooks:
2222
# Run the linter.
2323
- id: ruff

0 commit comments

Comments
 (0)