InvenTree/InvenTree/label
Matthias Mair abee2cee88
Code style improvements (#4683)
* fix list comps

* mopre comp fixes

* reduce computing cost on any() calls

* add bugbear

* check for clean imports

* only allow limited relative imports

* fix notification method lookup

* fix notification method assigement

* rewrite assigment

* fix upstream changes to new style

* fix upstream change to new coding style
2023-04-28 20:49:53 +10:00
..
migrations Add Metadata to further models (#4410) 2023-03-23 21:51:08 +11:00
templates/label Fix dimensions for label templates (#3578) 2022-08-19 11:57:33 +10:00
__init__.py Add "label" app 2020-08-16 09:28:12 +10:00
admin.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
api.py Code style improvements (#4683) 2023-04-28 20:49:53 +10:00
apps.py Code style improvements (#4683) 2023-04-28 20:49:53 +10:00
models.py Extend ReportMixin class to support labels (#4678) 2023-04-22 23:46:43 +10:00
serializers.py Move Meta class to top of class definition (#4363) 2023-02-18 18:51:00 +11:00
test_api.py Add more checks to pre-commit (#3132) 2022-06-06 08:56:52 +10:00
tests.py Add Metadata to further models (#4410) 2023-03-23 21:51:08 +11:00