mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
switched to single quotes everywhere
This commit is contained in:
@ -69,7 +69,7 @@ known-first-party = ["src", "plugin", "InvenTree", "common"]
|
||||
"django" = ["django"]
|
||||
|
||||
[tool.ruff.format]
|
||||
quote-style = "preserve"
|
||||
quote-style = "single"
|
||||
indent-style = "space"
|
||||
skip-magic-trailing-comma = true
|
||||
line-ending = "auto"
|
||||
|
Reference in New Issue
Block a user