Skip to content

Commit 5c0514e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.0](PyCQA/autoflake@v2.2.1...v2.3.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](asottile/pyupgrade@v3.15.0...v3.15.1) - [github.com/psf/black-pre-commit-mirror: 23.12.1 → 24.2.0](psf/black-pre-commit-mirror@23.12.1...24.2.0)
1 parent aab60cd commit 5c0514e

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
@@ -16,15 +16,15 @@ repos:
1616
hooks:
1717
- id: isort
1818
- repo: https://github.com/PyCQA/autoflake
19-
rev: v2.2.1
19+
rev: v2.3.0
2020
hooks:
2121
- id: autoflake
2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.15.0
23+
rev: v3.15.1
2424
hooks:
2525
- id: pyupgrade
2626
- repo: https://github.com/psf/black-pre-commit-mirror
27-
rev: 23.12.1
27+
rev: 24.2.0
2828
hooks:
2929
- id: black
3030
- repo: https://github.com/asottile/blacken-docs

0 commit comments

Comments
 (0)