Skip to content

Commit 1e197e3

Browse files
committed
Sort format section in .ruff.toml
1 parent 7c55d11 commit 1e197e3

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.ruff.toml

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

13+
[format]
14+
preview = true
15+
quote-style = "single"
16+
exclude = ["sphinx/builders/latex/constants.py"]
17+
1318
[lint]
1419
preview = true
1520
ignore = [
@@ -388,10 +393,3 @@ forced-separate = [
388393
required-imports = [
389394
"from __future__ import annotations",
390395
]
391-
392-
[format]
393-
preview = true
394-
quote-style = "single"
395-
exclude = [
396-
"sphinx/builders/latex/constants.py",
397-
]

0 commit comments

Comments
 (0)