Sort [format] table in .ruff.toml

This commit is contained in:
Adam Turner
2025-01-02 17:13:25 +00:00
parent d7b2893b5b
commit 37ab81156f

View File

@@ -10,6 +10,13 @@ extend-exclude = [
"doc/usage/extensions/example*.py",
]
[format]
preview = true
quote-style = "single"
exclude = [
"sphinx/builders/latex/constants.py"
]
[lint]
preview = true
ignore = [
@@ -388,10 +395,3 @@ forced-separate = [
required-imports = [
"from __future__ import annotations",
]
[format]
preview = true
quote-style = "single"
exclude = [
"sphinx/builders/latex/constants.py",
]