Skip to content

Commit e220eed

Browse files
authored
Address feedback
1 parent 25aa8cd commit e220eed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ known-first-party = [
9999
]
100100

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

105105
[tool.coverage.run]
106106
disable_warnings = [

0 commit comments

Comments
 (0)