mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Move Ruff linting settings to the [lint] table
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
target-version = "py39" # Pin Ruff to Python 3.9
|
||||
line-length = 95
|
||||
preview = true
|
||||
show-source = true
|
||||
|
||||
[lint]
|
||||
preview = true
|
||||
exclude = [
|
||||
".git",
|
||||
".tox",
|
||||
|
||||
Reference in New Issue
Block a user