Skip to content

Commit 6c680fb

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/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/asottile/blacken-docs: 1.18.0 → 1.19.0](adamchainz/blacken-docs@1.18.0...1.19.0)
1 parent b1d8dc7 commit 6c680fb

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
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: requirements-txt-fixer
88
- id: check-merge-conflict
@@ -17,11 +17,11 @@ repos:
1717
- id: pyupgrade
1818
args: [--py37-plus]
1919
- repo: https://github.com/psf/black
20-
rev: 24.8.0
20+
rev: 24.10.0
2121
hooks:
2222
- id: black
2323
- repo: https://github.com/asottile/blacken-docs
24-
rev: 1.18.0
24+
rev: 1.19.0
2525
hooks:
2626
- id: blacken-docs
2727
- repo: meta

0 commit comments

Comments
 (0)