2
0
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:
Matthias Mair
2024-01-07 21:03:14 +01:00
parent a92442e60e
commit f83fedbbb8
181 changed files with 2080 additions and 2080 deletions

View File

@ -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"