add cleanup cmd

This commit is contained in:
Matthias Mair 2026-06-24 23:30:49 +02:00
parent 9c42fd3225
commit cb8e3fff43
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
1 changed files with 3 additions and 0 deletions

View File

@ -113,6 +113,9 @@ invalid-return-type="ignore" # 44 ##
invalid-argument-type="ignore" # 49
no-matching-overload="ignore" # 10 # need to wait for betterdjango field stubs
# warn about unused ignore comments
unused-ignore-comment = "error"
[tool.coverage.run]
source = ["src/backend/InvenTree", "InvenTree"]
dynamic_context = "test_function"