Skip to content

Commit 903c659

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/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.1](asottile/pyupgrade@v3.17.0...v3.19.1) - [github.com/psf/black: 24.8.0 → 25.1.0](psf/black@24.8.0...25.1.0) - [github.com/asottile/blacken-docs: 1.18.0 → 1.19.1](adamchainz/blacken-docs@1.18.0...1.19.1)
1 parent b1d8dc7 commit 903c659

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,26 +2,26 @@
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
99
- id: debug-statements
1010
- repo: https://github.com/pycqa/isort
11-
rev: 5.13.2
11+
rev: 6.0.0
1212
hooks:
1313
- id: isort
1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v3.17.0
15+
rev: v3.19.1
1616
hooks:
1717
- id: pyupgrade
1818
args: [--py37-plus]
1919
- repo: https://github.com/psf/black
20-
rev: 24.8.0
20+
rev: 25.1.0
2121
hooks:
2222
- id: black
2323
- repo: https://github.com/asottile/blacken-docs
24-
rev: 1.18.0
24+
rev: 1.19.1
2525
hooks:
2626
- id: blacken-docs
2727
- repo: meta

0 commit comments

Comments
 (0)