Skip to content

Commit

Permalink
Sort [format] table in .ruff.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jan 2, 2025
1 parent d7b2893 commit 37ab811
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down Expand Up @@ -388,10 +395,3 @@ forced-separate = [
required-imports = [
"from __future__ import annotations",
]

[format]
preview = true
quote-style = "single"
exclude = [
"sphinx/builders/latex/constants.py",
]

0 comments on commit 37ab811

Please sign in to comment.