mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Adopt the lint
Ruff table consistently (#11832)
This commit is contained in:
parent
68295a5a78
commit
002098b51f
@ -372,7 +372,7 @@ select = [
|
||||
"YTT",
|
||||
]
|
||||
|
||||
[per-file-ignores]
|
||||
[lint.per-file-ignores]
|
||||
"doc/conf.py" = ["INP001"]
|
||||
"doc/development/tutorials/examples/*" = ["INP001"]
|
||||
# allow print() in the tutorial
|
||||
@ -410,5 +410,5 @@ select = [
|
||||
# whitelist ``print`` for stdout messages
|
||||
"utils/*" = ["T201"]
|
||||
|
||||
[flake8-quotes]
|
||||
[lint.flake8-quotes]
|
||||
inline-quotes = "single"
|
||||
|
Loading…
Reference in New Issue
Block a user