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.3.9001 → v0.4.3.9003](lorenzwalthert/precommit@v0.4.3.9001...v0.4.3.9003)
- [github.com/tox-dev/pyproject-fmt: v2.4.3 → v2.5.0](tox-dev/pyproject-fmt@v2.4.3...v2.5.0)
- [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.8.2](astral-sh/ruff-pre-commit@v0.7.1...v0.8.2)
  • Loading branch information
pre-commit-ci[bot] authored Dec 9, 2024
1 parent a80dd88 commit ccd2e9f
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.3.9001
rev: v0.4.3.9003
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: "v2.4.3"
rev: "v2.5.0"
hooks:
- id: pyproject-fmt
additional_dependencies: ["tox>=4.12.1"]
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.7.1
rev: v0.8.2
hooks:
# Run the formatter.
- id: ruff-format
Expand Down

0 comments on commit ccd2e9f

Please sign in to comment.