2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 03:55:41 +00:00

Refactor fix formatting exclusion (#8746)

* fix ruff exclusions

* aut-format

* Fix docstrings

* more fixes

* ignore error(s)

* fix imports

* adjust descriptions for build
This commit is contained in:
Matthias Mair
2024-12-24 21:16:24 +01:00
committed by GitHub
parent 1fec41cb71
commit fe68dc7318
15 changed files with 1375 additions and 1675 deletions

View File

@ -3,8 +3,6 @@
exclude = [
".git",
"__pycache__",
"dist",
"build",
"test.py",
"tests",
"venv",