Skip to content
This repository was archived by the owner on Nov 23, 2025. It is now read-only.

Commit 9a28abd

Browse files
[pre-commit.ci] pre-commit autoupdate (#16)
updates: - [github.com/PyCQA/pylint: v2.15.4 → v2.15.5](pylint-dev/pylint@v2.15.4...v2.15.5) - [github.com/sphinx-contrib/sphinx-lint: v0.6.6 → v0.6.7](sphinx-contrib/sphinx-lint@v0.6.6...v0.6.7) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a69bb34 commit 9a28abd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ repos:
7676

7777
# Lint code in pre-commit env, note: This ignores import checks.
7878
- repo: https://github.com/PyCQA/pylint
79-
rev: v2.15.4
79+
rev: v2.15.5
8080
hooks:
8181
# Pylint is also run from within pre-commit for CI purposes.
8282
- id: pylint
@@ -96,7 +96,7 @@ repos:
9696
# Lint documentation source.
9797
- repo: https://github.com/sphinx-contrib/sphinx-lint
9898
# Make sure to also update the additional dependency pin
99-
rev: v0.6.6
99+
rev: v0.6.7
100100
hooks:
101101
- id: sphinx-lint
102102

0 commit comments

Comments
 (0)