InvenTree/InvenTree/users
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
..
fixtures Adding bulk deletion endpoint for notifications (#3154) 2022-06-08 07:45:30 +10:00
migrations [Feature] Add RMA support (#4488) 2023-03-29 10:35:43 +11:00
__init__.py Added User API and serializer 2017-04-20 22:40:59 +10:00
admin.py Code style improvements (#4683) 2023-04-28 20:49:53 +10:00
api.py Enable regex search (#4566) 2023-04-04 07:05:55 +10:00
apps.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
models.py Project code support (#4636) 2023-04-20 00:47:07 +10:00
serializers.py Move Meta class to top of class definition (#4363) 2023-02-18 18:51:00 +11:00
test_api.py Group API (#4327) 2023-02-11 07:09:59 +11:00
test_migrations.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
tests.py [Feature] Stocktake reports (#4345) 2023-02-17 11:42:48 +11:00