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.9.7 β†’ v0.9.9](astral-sh/ruff-pre-commit@v0.9.7...v0.9.9)
- [github.com/tox-dev/pyproject-fmt: v2.5.0 β†’ v2.5.1](tox-dev/pyproject-fmt@v2.5.0...v2.5.1)
  • Loading branch information
pre-commit-ci[bot] authored Mar 3, 2025
1 parent 3f8b1ad commit 02037c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ repos:
- requirements-dev.txt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.7
rev: v0.9.9
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
- id: ruff-format

- repo: https://github.com/tox-dev/pyproject-fmt
rev: "v2.5.0"
rev: "v2.5.1"
hooks:
- id: pyproject-fmt

Expand Down

0 comments on commit 02037c9

Please sign in to comment.