Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PEP8 and PEP257 tools have been renamed #28

Closed
creffett opened this issue Oct 19, 2018 · 2 comments
Closed

PEP8 and PEP257 tools have been renamed #28

creffett opened this issue Oct 19, 2018 · 2 comments

Comments

@creffett
Copy link
Contributor

Apparently they're officially 'pycodestyle' and 'pydocstyle' (and apparently have been for a couple years now -- I never noticed until I saw a warning message today!). PyPI and the executables themselves currently allow the old names as aliases, but it would be good to rename the Statick modules and change the pip dependencies for the sake of consistency with upstream and for future-proofing.

References: PyCQA/pycodestyle#466 PyCQA/pydocstyle#172

@tdenewiler
Copy link
Contributor

That's a good idea. I'll start working on that. I'll try to support configuration files that use either name for the tool, such as a config.yaml that has either pycodestyle or pep8 flags both being used by the pycodestyle tool.

@denewiler
Copy link
Collaborator

Addressed with #29.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants