Florian Eitel 0f8d7fe8ce
Install pylint
It helps for the version upgrades to check there are no errors
2023-03-18 13:43:33 +01:00

10 lines
132 B
Plaintext

# packages needed for development
-r all.txt
django-debug-toolbar
pytest>=3.6
pytest-django
pytest-pep8
pylint
pylint-django
Sphinx