Skip to content

Commit af57437

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adamchainz/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.11.10 → v0.14.7](astral-sh/ruff-pre-commit@v0.11.10...v0.14.7)
1 parent d47007c commit af57437

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
@@ -1,12 +1,12 @@
11
exclude: docs
22
repos:
33
- repo: https://github.com/adamchainz/blacken-docs
4-
rev: 1.19.1
4+
rev: 1.20.0
55
hooks:
66
- id: blacken-docs
77
additional_dependencies: [black==22.12.0]
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v5.0.0
9+
rev: v6.0.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
@@ -22,7 +22,7 @@ repos:
2222
- id: debug-statements
2323
language_version: python3
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.11.10
25+
rev: v0.14.7
2626
hooks:
2727
# Run the linter
2828
- id: ruff

0 commit comments

Comments
 (0)