Skip to content

Commit

Permalink
ruff: preserve quote style
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Apr 14, 2024
1 parent 9077be9 commit 057faff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ skip = ".*/version.py"
line-length = 120
per-file-ignores = {"argcomplete/__init__.py" = ["F401"]}

[tool.ruff.format]
quote-style = "preserve"

[tool.mypy]
files = [
"argcomplete"
Expand Down

0 comments on commit 057faff

Please sign in to comment.