Skip to content

Commit e6791d8

Browse files
[pre-commit.ci] pre-commit autoupdate (#10)
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.4.2 → 25.1.0](psf/black@24.4.2...25.1.0) - [github.com/asottile/pyupgrade: v3.16.0 → v3.19.1](asottile/pyupgrade@v3.16.0...v3.19.1) - [github.com/asottile/reorder-python-imports: v3.13.0 → v3.14.0](asottile/reorder-python-imports@v3.13.0...v3.14.0) - [github.com/asottile/blacken-docs: 1.18.0 → 1.19.1](adamchainz/blacken-docs@1.18.0...1.19.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b766e13 commit e6791d8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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: check-ast
88
- id: check-builtin-literals
@@ -12,16 +12,16 @@ repos:
1212
- id: requirements-txt-fixer
1313
- id: trailing-whitespace
1414
- repo: https://github.com/psf/black
15-
rev: 24.4.2
15+
rev: 25.1.0
1616
hooks:
1717
- id: black
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.16.0
19+
rev: v3.19.1
2020
hooks:
2121
- id: pyupgrade
2222
args: [--py310-plus, --keep-runtime-typing]
2323
- repo: https://github.com/asottile/reorder-python-imports
24-
rev: v3.13.0
24+
rev: v3.14.0
2525
hooks:
2626
- id: reorder-python-imports
2727
args: [--py310-plus]
@@ -30,7 +30,7 @@ repos:
3030
hooks:
3131
- id: add-trailing-comma
3232
- repo: https://github.com/asottile/blacken-docs
33-
rev: 1.18.0
33+
rev: 1.19.1
3434
hooks:
3535
- id: blacken-docs
3636

0 commit comments

Comments
 (0)