Skip to content

Commit 4bd96a2

Browse files
[pre-commit.ci] pre-commit autoupdate (#423)
<!--pre-commit.ci start--> updates: - [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: 24.1.1 → 24.2.0](psf/black-pre-commit-mirror@24.1.1...24.2.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5f35ec3 commit 4bd96a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ repos:
2828
additional_dependencies:
2929
- tomli==2.0.1
3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: v3.15.0
31+
rev: v3.15.1
3232
hooks:
3333
- id: pyupgrade
3434
args: [--py38-plus]
3535
- repo: https://github.com/psf/black-pre-commit-mirror
36-
rev: 24.1.1
36+
rev: 24.2.0
3737
hooks:
3838
- id: black
3939
- repo: https://github.com/adamchainz/blacken-docs

0 commit comments

Comments
 (0)