Skip to content

Commit 8bc8fa5

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.7](astral-sh/ruff-pre-commit@v0.14.3...v0.14.7) - [github.com/sphinx-contrib/sphinx-lint: v1.0.1 → v1.0.2](sphinx-contrib/sphinx-lint@v1.0.1...v1.0.2)
1 parent c20e31f commit 8bc8fa5

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

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

5757
- repo: https://github.com/astral-sh/ruff-pre-commit
5858
# Ruff version.
59-
rev: v0.14.3
59+
rev: v0.14.7
6060
hooks:
6161
# Run the formatter.
6262
- id: ruff-format
@@ -68,6 +68,6 @@ repos:
6868
require_serial: true
6969

7070
- repo: https://github.com/sphinx-contrib/sphinx-lint
71-
rev: v1.0.1
71+
rev: v1.0.2
7272
hooks:
7373
- id: sphinx-lint

0 commit comments

Comments
 (0)