2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

fix A001 cases

This commit is contained in:
Matthias Mair
2024-08-20 00:42:54 +02:00
parent 78e9de2179
commit db3db041ac
3 changed files with 7 additions and 7 deletions

View File

@ -59,7 +59,7 @@ ignore = [
"B904",
# Remove fast
"A001", "A002", "B018"
"A002", "B018"
]
[tool.ruff.lint.pydocstyle]