Skip to content

Commit 25aa8cd

Browse files
authored
MAINT: add config for ruff formatter
1 parent 352ded1 commit 25aa8cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ known-first-party = [
9898
'mesonpy',
9999
]
100100

101+
[tool.ruff.format]
102+
# Use single quotes for strings
103+
quote-style = "single"
101104

102105
[tool.coverage.run]
103106
disable_warnings = [

0 commit comments

Comments
 (0)