Block comments should have a space after # in pep8 style mode
Open
enhancement
- Dominant language
- Python
- Stars
- 14k
- Forks
- 904
- PR merge metrics
- No merged PRs in 30d
Description
https://www.python.org/dev/peps/pep-0008/#block-comments - the pep8 checker throws E265 on a test file that only contains `#This is a comment`
Expected behaviour would be to insert a space character after the # character, producing `# This is a comment\n`.
Contributor guide
Assessment
This issue has not been assessed yet.