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/tox-dev/tox-ini-fmt: 1.4.1 → 1.5.0](tox-dev/tox-ini-fmt@1.4.1...1.5.0)
- [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.9.3](astral-sh/ruff-pre-commit@v0.8.4...v0.9.3)
  • Loading branch information
pre-commit-ci[bot] authored Jan 27, 2025
1 parent 8bb89f8 commit 965c4a4
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 @@ -25,7 +25,7 @@ repos:
exclude: '(\.Rd|python/doc/source/reference/.*|test-doctest-.*)'

- repo: https://github.com/tox-dev/tox-ini-fmt
rev: "1.4.1"
rev: "1.5.0"
hooks:
- id: tox-ini-fmt
- repo: https://github.com/tox-dev/pyproject-fmt
Expand All @@ -35,7 +35,7 @@ repos:
additional_dependencies: ["tox>=4.12.1"]
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.8.4
rev: v0.9.3
hooks:
# Run the formatter.
- id: ruff-format
Expand Down

0 comments on commit 965c4a4

Please sign in to comment.