10000 Bump `ruff` and `sphinx-lint` in pre-commit by sobolevn · Pull Request #112008 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Bump ruff and sphinx-lint in pre-commit #112008

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump ruff and sphinx-lint in pre-commit
  • Loading branch information
sobolevn committed Nov 12, 2023
commit 04486a70bb21c998d99256127df8d0b0aa72d1b4
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.2
rev: v0.1.5
hooks:
- id: ruff
name: Run Ruff on Lib/test/
Expand All @@ -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.8.2
hooks:
- id: sphinx-lint
args: [--enable=default-role]
Expand Down
0