mirror of
https://github.com/python/cpython.git
synced 2026-05-06 04:37:33 -04:00
Update pre-commit to fix Sphinx Lint (#113015)
This commit is contained in:
committed by
GitHub
parent
86a77f4e1a
commit
eafc2381a0
@@ -1,6 +1,6 @@
|
||||
repos:
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.1.2
|
||||
rev: v0.1.7
|
||||
hooks:
|
||||
- id: ruff
|
||||
name: Run Ruff on Lib/test/
|
||||
@@ -24,7 +24,7 @@ repos:
|
||||
types_or: [c, inc, python, rst]
|
||||
|
||||
- repo: https://github.com/sphinx-contrib/sphinx-lint
|
||||
rev: v0.8.1
|
||||
rev: v0.9.1
|
||||
hooks:
|
||||
- id: sphinx-lint
|
||||
args: [--enable=default-role]
|
||||
|
||||
Reference in New Issue
Block a user