Commit graph

3 commits

Author SHA1 Message Date
Aurélien Delobelle 83faf417c9 core -- Fix pre-commit hook, cmd see many args 2018-10-06 23:19:41 +02:00
Martin Pépin 9bc3355a21 pre-commit hook: fix shellcheck's SC2086 & SC2181 2018-10-06 15:50:49 +02:00
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