kpsul/requirements-devel.txt
Aurélien Delobelle 104e71dcf6 core -- Add black,isort,flake8 to CI and pre-commit hook
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.
2018-10-06 12:53:50 +02:00

10 lines
155 B
Plaintext

-r requirements.txt
django-debug-toolbar
django-debug-panel
ipython
# Tools
# black # Uncomment when GC & most distros run with Python>=3.6
flake8
isort