Skip to content

Commit 3ae3f76

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.0 → v0.14.4](astral-sh/ruff-pre-commit@v0.14.0...v0.14.4) - [github.com/sphinx-contrib/sphinx-lint: v1.0.0 → v1.0.1](sphinx-contrib/sphinx-lint@v1.0.0...v1.0.1)
1 parent cd027bd commit 3ae3f76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ repos:
1515
- id: mixed-line-ending
1616
args: ["-f=lf"]
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: "v0.14.0"
18+
rev: "v0.14.4"
1919
hooks:
2020
- id: ruff-check
2121
args: ["--fix"]
2222
- id: ruff-format
2323

2424
# documentation
2525
- repo: https://github.com/sphinx-contrib/sphinx-lint
26-
rev: v1.0.0
26+
rev: v1.0.1
2727
hooks:
2828
- id: sphinx-lint
2929
args: [--enable=default-role]

0 commit comments

Comments
 (0)