Skip to content

Commit c823bce

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.11.12](astral-sh/ruff-pre-commit@v0.11.11...v0.11.12) - [github.com/rstcheck/rstcheck: v6.2.4 → v6.2.5](rstcheck/rstcheck@v6.2.4...v6.2.5)
1 parent c3f6faf commit c823bce

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
@@ -29,13 +29,13 @@ repos:
2929
entry: black --config pyproject.toml .
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.11.11
32+
rev: v0.11.12
3333
hooks:
3434
- id: ruff
3535
args: [--fix, --exit-non-zero-on-fix, --respect-gitignore, --show-fixes]
3636

3737
- repo: https://github.com/rstcheck/rstcheck
38-
rev: v6.2.4
38+
rev: v6.2.5
3939
hooks:
4040
- id: rstcheck
4141
additional_dependencies: [sphinx, toml]

0 commit comments

Comments
 (0)