Skip to content

Commit 6414f05

Browse files
tobiasdiezdnicolodi
authored andcommitted
MAINT: add string quoting style configuration for ruff formatter
1 parent dbc2c48 commit 6414f05

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
@@ -99,6 +99,9 @@ known-first-party = [
9999
'mesonpy',
100100
]
101101

102+
[tool.ruff.format]
103+
quote-style = 'single'
104+
102105

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

0 commit comments

Comments
 (0)