Skip to content

Commit 37ab811

Browse files
committed
Sort [format] table in .ruff.toml
1 parent d7b2893 commit 37ab811

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.ruff.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ extend-exclude = [
1010
"doc/usage/extensions/example*.py",
1111
]
1212

13+
[format]
14+
preview = true
15+
quote-style = "single"
16+
exclude = [
17+
"sphinx/builders/latex/constants.py"
18+
]
19+
1320
[lint]
1421
preview = true
1522
ignore = [
@@ -388,10 +395,3 @@ forced-separate = [
388395
required-imports = [
389396
"from __future__ import annotations",
390397
]
391-
392-
[format]
393-
preview = true
394-
quote-style = "single"
395-
exclude = [
396-
"sphinx/builders/latex/constants.py",
397-
]

0 commit comments

Comments
 (0)