mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Bump Ruff to 0.1.13
This commit is contained in:
parent
767e39df8c
commit
82d78c19bf
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
run: python -m pip install --upgrade pip
|
||||
|
||||
- name: Install Ruff
|
||||
run: python -m pip install "ruff==0.1.11"
|
||||
run: python -m pip install "ruff==0.1.13"
|
||||
|
||||
- name: Lint with Ruff
|
||||
run: ruff . --output-format github
|
||||
|
@ -1,5 +1,6 @@
|
||||
target-version = "py39" # Pin Ruff to Python 3.9
|
||||
line-length = 95
|
||||
required-version = "0.1.13"
|
||||
show-source = true
|
||||
|
||||
[lint]
|
||||
|
@ -83,7 +83,7 @@ docs = [
|
||||
lint = [
|
||||
"flake8>=3.5.0",
|
||||
"flake8-simplify",
|
||||
"ruff==0.1.11",
|
||||
"ruff==0.1.13",
|
||||
"mypy==1.8.0",
|
||||
"sphinx-lint",
|
||||
"docutils-stubs",
|
||||
|
Loading…
Reference in New Issue
Block a user