Skip to content

Commit 62901f1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 23.12.0 → 24.1.1](psf/black-pre-commit-mirror@23.12.0...24.1.1) - [github.com/tox-dev/pyproject-fmt: 1.5.3 → 1.7.0](tox-dev/pyproject-fmt@1.5.3...1.7.0) - [github.com/abravalheri/validate-pyproject: v0.15 → v0.16](abravalheri/validate-pyproject@v0.15...v0.16)
1 parent 5adbefd commit 62901f1

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
@@ -5,7 +5,7 @@ repos:
55
- id: isort
66

77
- repo: https://github.com/psf/black-pre-commit-mirror
8-
rev: 23.12.0
8+
rev: 24.1.1
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.5.3
23+
rev: 1.7.0
2424
hooks:
2525
- id: pyproject-fmt
2626

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

0 commit comments

Comments
 (0)