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/lorenzwalthert/precommit: v0.4.2 → v0.4.3](lorenzwalthert/precommit@v0.4.2...v0.4.3)
- [github.com/tox-dev/pyproject-fmt: 2.1.4 → 2.2.1](tox-dev/pyproject-fmt@2.1.4...2.2.1)
- [github.com/astral-sh/ruff-pre-commit: v0.5.3 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.3...v0.5.6)
  • Loading branch information
pre-commit-ci[bot] authored Aug 5, 2024
1 parent 0197cfd commit 31f715a
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.4.2
rev: v0.4.3
hooks:
- id: parsable-R
- id: no-browser-statement
Expand Down Expand Up @@ -29,13 +29,13 @@ repos:
hooks:
- id: tox-ini-fmt
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "2.1.4"
rev: "2.2.1"
hooks:
- id: pyproject-fmt
additional_dependencies: ["tox>=4.12.1"]
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.5.3
rev: v0.5.6
hooks:
# Run the formatter.
- id: ruff-format
Expand Down

0 comments on commit 31f715a

Please sign in to comment.