2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

remove flake8 from code base

This commit is contained in:
Matthias Mair
2024-01-07 18:35:28 +01:00
parent 22475b31cc
commit a0bcf1bcce
2 changed files with 16 additions and 16 deletions

View File

@ -57,7 +57,7 @@ known-first-party = ["src", "plugin", "InvenTree", "common"]
"django" = ["django"]
[tool.ruff.format]
quote-style = "double"
quote-style = "single"
indent-style = "space"
skip-magic-trailing-comma = false
line-ending = "auto"