Skip to content

Commit

Permalink
add quote-style to ruff_formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Naman-Priyadarshi committed Jun 19, 2024
1 parent d49f087 commit 77280a9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ convention = "numpy"
[tool.ruff.lint.isort]
# Use a single line between direct and from import
lines-between-types = 1

[tool.ruff.format]
quote-style = "double"
{% endif -%}

{%- if cookiecutter.use_mypy == "yes" %}
Expand Down

0 comments on commit 77280a9

Please sign in to comment.