Closed jameslamb closed 1 year ago
This project already runs flake8.
flake8
https://github.com/jameslamb/doppel-cli/blob/0421564357ddad1bac651826e95c21ab5659ab82/.ci/lint-py.sh#L37-L40
which enforces all of the pycodestyle checks
pycodestyle
https://flake8.pycqa.org/en/2.6.0/
so installing pycodestyle separately and running it separately are unnecessary.
This project already runs
flake8
.https://github.com/jameslamb/doppel-cli/blob/0421564357ddad1bac651826e95c21ab5659ab82/.ci/lint-py.sh#L37-L40
which enforces all of the
pycodestyle
checkshttps://flake8.pycqa.org/en/2.6.0/
so installing
pycodestyle
separately and running it separately are unnecessary.