Skip to content

Commit f89865d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0) - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.1](PyCQA/autoflake@v2.2.1...v2.3.1) - [github.com/asottile/pyupgrade: v3.15.0 → v3.21.2](asottile/pyupgrade@v3.15.0...v3.21.2) - [github.com/psf/black-pre-commit-mirror: 23.12.1 → 25.12.0](psf/black-pre-commit-mirror@23.12.1...25.12.0) - [github.com/asottile/blacken-docs: 1.16.0 → 1.20.0](adamchainz/blacken-docs@1.16.0...1.20.0)
1 parent efa102b commit f89865d

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
@@ -12,23 +12,23 @@ repos:
1212
# - id: end-of-file-fixer
1313
# - id: trailing-whitespace
1414
- repo: https://github.com/PyCQA/isort
15-
rev: 5.13.2 # Use the revision sha / tag you want to point at
15+
rev: 7.0.0 # Use the revision sha / tag you want to point at
1616
hooks:
1717
- id: isort
1818
- repo: https://github.com/PyCQA/autoflake
19-
rev: v2.2.1
19+
rev: v2.3.1
2020
hooks:
2121
- id: autoflake
2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.15.0
23+
rev: v3.21.2
2424
hooks:
2525
- id: pyupgrade
2626
- repo: https://github.com/psf/black-pre-commit-mirror
27-
rev: 23.12.1
27+
rev: 25.12.0
2828
hooks:
2929
- id: black
3030
- repo: https://github.com/asottile/blacken-docs
31-
rev: 1.16.0
31+
rev: 1.20.0
3232
hooks:
3333
- id: blacken-docs
3434
additional_dependencies: [black==23.9.1]

0 commit comments

Comments
 (0)