Skip to content

Commit 845e49a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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.16.0](asottile/pyupgrade@v3.15.0...v3.16.0) - [github.com/psf/black-pre-commit-mirror: 23.12.1 → 24.4.2](psf/black-pre-commit-mirror@23.12.1...24.4.2)
1 parent efa102b commit 845e49a

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.1
2020
hooks:
2121
- id: autoflake
2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.15.0
23+
rev: v3.16.0
2424
hooks:
2525
- id: pyupgrade
2626
- repo: https://github.com/psf/black-pre-commit-mirror
27-
rev: 23.12.1
27+
rev: 24.4.2
2828
hooks:
2929
- id: black
3030
- repo: https://github.com/asottile/blacken-docs

0 commit comments

Comments
 (0)