Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#10)
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black-pre-commit-mirror: 23.12.0 → 24.3.0](psf/black-pre-commit-mirror@23.12.0...24.3.0)
- [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)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Mar 28, 2024
1 parent 5adbefd commit fbbd62d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
- id: isort

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.12.0
rev: 24.3.0
hooks:
- id: black

Expand All @@ -20,11 +20,11 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/tox-dev/pyproject-fmt
rev: 1.5.3
rev: 1.7.0
hooks:
- id: pyproject-fmt

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.15
rev: v0.16
hooks:
- id: validate-pyproject

0 comments on commit fbbd62d

Please sign in to comment.