mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-07 07:48:50 +00:00
update ruff settings to new preference (#7756)
This commit is contained in:
parent
637a7fee9d
commit
06a95f944e
@ -16,7 +16,7 @@ exclude = [
|
|||||||
src = ["src/backend/InvenTree"]
|
src = ["src/backend/InvenTree"]
|
||||||
# line-length = 120
|
# line-length = 120
|
||||||
|
|
||||||
[tool.ruff.extend-per-file-ignores]
|
[tool.ruff.lint.extend-per-file-ignores]
|
||||||
"__init__.py" = ["D104"]
|
"__init__.py" = ["D104"]
|
||||||
|
|
||||||
[tool.ruff.lint]
|
[tool.ruff.lint]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user