No support for pycodestyle
See original GitHub issueflake8 was officialy deprecated and mostly replaced by pycodestyle which is currently does not have a pre-commit-hook.
Initially I was considering repurposing the flake8 hook but I think it will be better to have a new one as doing the swap may also involve renaming its section inside setup.cfg
or tox.ini
.
Issue Analytics
- State:
- Created 5 years ago
- Comments:25 (14 by maintainers)
Top Results From Across the Web
Introduction — pycodestyle 2.10.0 documentation
This utility does not enforce every single rule of PEP 8. It helps to verify that some coding conventions are applied but it...
Read more >pycodestyle documentation - Read the Docs
Comes with a comprehensive test suite. 1.2 Disclaimer. This utility does not enforce every single rule of PEP 8. It helps to verify...
Read more >pycodestyle - PyPI
pycodestyle (formerly called pep8) - Python style guide checker. Build status Documentation Status Wheel Status Join the chat at https://gitter.im/PyCQA/ ...
Read more >Intro to Programming - issues with pycodestyle - Udacity Support
I am unable to run or install pycodestyle. Here is my attempt to install ... pycodestyle spin.py bash: pycodestyle: command not found. Help!...
Read more >FS#58210 : [flake8][python-pycodestyle] Flake8 ... - Arch Linux
Description: Flake8 does not support pycodestyle>=2.4.0, dependency is "pycodestyle >= 2.3.0, < 2.4.0". Flake8 cannot run at all with pycodestyle 2.4.0 and ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
bingo! that’s what it is:
probably debian’s packaging of
virtualenv
If I
pip install virtualenv
(system pip) to get a newer virtualenv it fixes it:@asottile Thanks! You’re welcome! Such (rare) responsiveness was great fun, also on this end.