https://github.com/ambv/black To do: - [ ] Set the stage by blackening everything in one fell swoop - [ ] Add `black` to dev requirements - [ ] Add `black --check .` to the tox config for python 3.6+ - [ ] Add pre-commit hook for running `black` in appropriate environments and warning users developing in an inappropriate environment While we're at it, `make lint` can go in the pre-commit hooks too, if the CI's going to fail on it.
https://github.com/ambv/black
To do:
blackto dev requirementsblack --check .to the tox config for python 3.6+blackin appropriate environments and warning users developing in an inappropriate environmentWhile we're at it,
make lintcan go in the pre-commit hooks too, if the CI's going to fail on it.