Remove all [format.exclude] entries

This commit is contained in:
Adam Turner 2025-01-02 23:49:07 +00:00
parent 43bf986891
commit c123c7b914
2 changed files with 2 additions and 5 deletions

View File

@ -13,9 +13,6 @@ extend-exclude = [
[format] [format]
preview = true preview = true
quote-style = "single" quote-style = "single"
exclude = [
"sphinx/builders/latex/constants.py"
]
[lint] [lint]
preview = true preview = true

View File

@ -117,7 +117,7 @@ DEFAULT_SETTINGS: dict[str, Any] = {
'figure_align': 'htbp', 'figure_align': 'htbp',
'tocdepth': '', 'tocdepth': '',
'secnumdepth': '', 'secnumdepth': '',
} } # fmt: skip
ADDITIONAL_SETTINGS: dict[Any, dict[str, Any]] = { ADDITIONAL_SETTINGS: dict[Any, dict[str, Any]] = {
'pdflatex': { 'pdflatex': {
@ -204,7 +204,7 @@ ADDITIONAL_SETTINGS: dict[Any, dict[str, Any]] = {
('xelatex', 'el'): { ('xelatex', 'el'): {
'fontpkg': XELATEX_GREEK_DEFAULT_FONTPKG, 'fontpkg': XELATEX_GREEK_DEFAULT_FONTPKG,
}, },
} } # fmt: skip
SHORTHANDOFF = r""" SHORTHANDOFF = r"""