Skip to content

Commit 11b55a6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/tox-dev/pyproject-fmt: v2.11.0 → v2.11.1](tox-dev/pyproject-fmt@v2.11.0...v2.11.1) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.6](astral-sh/ruff-pre-commit@v0.14.3...v0.14.6) - [github.com/sphinx-contrib/sphinx-lint: v1.0.1 → v1.0.2](sphinx-contrib/sphinx-lint@v1.0.1...v1.0.2)
1 parent e03c25d commit 11b55a6

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
@@ -48,14 +48,14 @@ repos:
4848
- id: tox-ini-fmt
4949

5050
- repo: https://github.com/tox-dev/pyproject-fmt
51-
rev: "v2.11.0"
51+
rev: "v2.11.1"
5252
hooks:
5353
- id: pyproject-fmt
5454
additional_dependencies: ["tox>=4.12.1"]
5555

5656
- repo: https://github.com/astral-sh/ruff-pre-commit
5757
# Ruff version.
58-
rev: v0.14.3
58+
rev: v0.14.6
5959
hooks:
6060
# Run the formatter.
6161
- id: ruff-format
@@ -67,6 +67,6 @@ repos:
6767
require_serial: true
6868

6969
- repo: https://github.com/sphinx-contrib/sphinx-lint
70-
rev: v1.0.1
70+
rev: v1.0.2
7171
hooks:
7272
- id: sphinx-lint

0 commit comments

Comments
 (0)