Skip to content

Commit fc954c4

Browse files
Add ruff formatting config to preserve quote style
1 parent 7085c66 commit fc954c4

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
@@ -194,6 +194,9 @@ force-exclude = true
194194
select = ["BLE001", "E4", "E7", "E9", "F"]
195195
ignore = ["E402", "E722", "E731", "F403"]
196196

197+
[tool.ruff.format]
198+
quote-style = "preserve"
199+
197200
[tool.towncrier]
198201
directory = "changelog.d"
199202
filename = "CHANGELOG.md"

0 commit comments

Comments
 (0)