104e71dcf6
On CI: - black and isort in check mode must pass. - flake8 only prints errors WIP: make it also failed. On pre-commit: - black and isort will format staged files, if installed on path. - flake8 prints its output if necessary.
9 lines
155 B
Text
9 lines
155 B
Text
-r requirements.txt
|
|
django-debug-toolbar
|
|
django-debug-panel
|
|
ipython
|
|
|
|
# Tools
|
|
# black # Uncomment when GC & most distros run with Python>=3.6
|
|
flake8
|
|
isort
|