Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.6.4](astral-sh/ruff-pre-commit@v0.5.5...v0.6.4)
- [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0)
- [github.com/tox-dev/pyproject-fmt: 2.1.4 → 2.2.3](tox-dev/pyproject-fmt@2.1.4...2.2.3)
  • Loading branch information
pre-commit-ci[bot] committed Sep 9, 2024
1 parent 71d487d commit b0452ad
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 @@ -10,7 +10,7 @@ repos:
- id: double-quote-string-fixer

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.5.5"
rev: "v0.6.4"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -30,7 +30,7 @@ repos:
- black==23.1.0

- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black

Expand All @@ -43,7 +43,7 @@ repos:
- markdown # managed by mdformat

- repo: https://github.com/tox-dev/pyproject-fmt
rev: "2.1.4"
rev: "2.2.3"
hooks:
- id: pyproject-fmt

Expand Down

0 comments on commit b0452ad

Please sign in to comment.