jameslamb / doppel-cli

Test framework for comparing the consistency of library APIs
https://doppel-cli.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
8 stars 12 forks source link

[ci] remove separate 'pycodestyle' step #217

Closed jameslamb closed 1 year ago

jameslamb commented 1 year ago

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 checks

https://flake8.pycqa.org/en/2.6.0/

so installing pycodestyle separately and running it separately are unnecessary.