Skip to content

Commit 8a95e4f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 24.8.0](psf/black-pre-commit-mirror@24.4.2...24.8.0) - [github.com/tox-dev/pyproject-fmt: 2.1.3 → 2.2.1](tox-dev/pyproject-fmt@2.1.3...2.2.1) - [github.com/abravalheri/validate-pyproject: v0.18 → v0.19](abravalheri/validate-pyproject@v0.18...v0.19)
1 parent b7dc02f commit 8a95e4f

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.2
8+
rev: 24.8.0
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: 2.1.3
23+
rev: 2.2.1
2424
hooks:
2525
- id: pyproject-fmt
2626

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

0 commit comments

Comments
 (0)