Closed tony closed 2 years ago
Requires #41 (pyproject.toml)
Add [lint] (pip install -e '.[lint]') for flake8, isort, black
[lint]
pip install -e '.[lint]'
This assures that normal packaging isn't bloated, but the dependencies can still be installed by developers
Lint configurations
The configurations are stock, except isort and flake8 both have black profiles (docs)
black
Thx a lot for that! I wanted to add a black/isort CI setup long ago!
@thisch This is a nice one!
Requires #41 (pyproject.toml)
Changes
Add
[lint]
(pip install -e '.[lint]'
) for flake8, isort, blackThis assures that normal packaging isn't bloated, but the dependencies can still be installed by developers
Lint configurations
The configurations are stock, except isort and flake8 both have
black
profiles (docs)