InvenTree/InvenTree/users
Matthias Mair 71c416bafd
Add flake8-logging linting (#5620)
* added flake8-logging to make logging more robust

* fixed LOG005 warnings

* fixed LOG008 warnings

* fixed LOG011 warnings

* fixed more LOG011 errors

* added ignores for intentional logger.error calls

* fixed even more LOG011 errors
2023-09-28 14:53:22 +10:00
..
fixtures Adding bulk deletion endpoint for notifications (#3154) 2022-06-08 07:45:30 +10:00
migrations decouble ruleset migration (#5067) 2023-06-19 16:56:26 +10:00
__init__.py Added User API and serializer 2017-04-20 22:40:59 +10:00
admin.py Fix common spelling mistakes (#4956) 2023-06-04 00:04:52 +10:00
api.py Enable regex search (#4566) 2023-04-04 07:05:55 +10:00
apps.py Add flake8-logging linting (#5620) 2023-09-28 14:53:22 +10:00
models.py Add flake8-logging linting (#5620) 2023-09-28 14:53:22 +10:00
serializers.py Move Meta class to top of class definition (#4363) 2023-02-18 18:51:00 +11:00
test_api.py Cleanup / consolidate unit testing code (#4831) 2023-05-17 07:35:26 +10:00
test_migrations.py Cleanup / consolidate unit testing code (#4831) 2023-05-17 07:35:26 +10:00
tests.py Cleanup / consolidate unit testing code (#4831) 2023-05-17 07:35:26 +10:00