Skip to content

Commit 793abff

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/tox-dev/tox-ini-fmt: 1.3.1 → 1.3.2](tox-dev/tox-ini-fmt@1.3.1...1.3.2) - [github.com/tox-dev/pyproject-fmt: 2.2.1 → 2.2.3](tox-dev/pyproject-fmt@2.2.1...2.2.3) - [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.6.4](astral-sh/ruff-pre-commit@v0.5.5...v0.6.4)
1 parent 5512a66 commit 793abff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ repos:
2525
exclude: '(\.Rd|python/doc/source/reference/.*|test-doctest-.*)'
2626

2727
- repo: https://github.com/tox-dev/tox-ini-fmt
28-
rev: "1.3.1"
28+
rev: "1.3.2"
2929
hooks:
3030
- id: tox-ini-fmt
3131
- repo: https://github.com/tox-dev/pyproject-fmt
32-
rev: "2.2.1"
32+
rev: "2.2.3"
3333
hooks:
3434
- id: pyproject-fmt
3535
additional_dependencies: ["tox>=4.12.1"]
3636
- repo: https://github.com/astral-sh/ruff-pre-commit
3737
# Ruff version.
38-
rev: v0.5.5
38+
rev: v0.6.4
3939
hooks:
4040
# Run the formatter.
4141
- id: ruff-format

0 commit comments

Comments
 (0)