InvenTree/InvenTree/label
Matthias Mair f38386b13c
Add more checks to pre-commit (#3132)
* Add bandit to pre-commit checks

* fix catchall exceptions

* remove unused definitons

* remove unuseed ariables

* Add docstring

* fix B006, B008 errors

* fix B007 error

* ignore B009

* Add checks for formatting and naming
2022-06-06 08:56:52 +10:00
..
migrations Add model for PartLabel 2021-07-08 21:07:45 +10:00
templates/label fix endline 2022-05-20 13:35:07 +02: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 Add more checks to pre-commit (#3132) 2022-06-06 08:56:52 +10:00
apps.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
models.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
serializers.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
test_api.py Add more checks to pre-commit (#3132) 2022-06-06 08:56:52 +10:00
tests.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00