2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-18 02:36:31 +00:00

update ruff settings to new preference ()

This commit is contained in:
Matthias Mair
2024-07-30 04:27:55 +02:00
committed by GitHub
parent 637a7fee9d
commit 06a95f944e

@@ -16,7 +16,7 @@ exclude = [
src = ["src/backend/InvenTree"]
# line-length = 120
[tool.ruff.extend-per-file-ignores]
[tool.ruff.lint.extend-per-file-ignores]
"__init__.py" = ["D104"]
[tool.ruff.lint]