Skip to content

Commit 588300f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 24.4.0 → 24.4.2](psf/black-pre-commit-mirror@24.4.0...24.4.2) - [github.com/tox-dev/pyproject-fmt: 1.8.0 → 2.1.1](tox-dev/pyproject-fmt@1.8.0...2.1.1) - [github.com/abravalheri/validate-pyproject: v0.16 → v0.18](abravalheri/validate-pyproject@v0.16...v0.18)
1 parent c917de4 commit 588300f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: isort
66

77
- repo: https://github.com/psf/black-pre-commit-mirror
8-
rev: 24.4.0
8+
rev: 24.4.2
99
hooks:
1010
- id: black
1111

@@ -20,11 +20,11 @@ repos:
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/tox-dev/pyproject-fmt
23-
rev: 1.8.0
23+
rev: 2.1.1
2424
hooks:
2525
- id: pyproject-fmt
2626

2727
- repo: https://github.com/abravalheri/validate-pyproject
28-
rev: v0.16
28+
rev: v0.18
2929
hooks:
3030
- id: validate-pyproject

0 commit comments

Comments
 (0)