PyCQA / pycodestyle

Simple Python style checker in one Python file
https://pycodestyle.pycqa.org
Other
5.01k stars 755 forks source link

handle explicit line joining #1202

Closed tanagumo closed 10 months ago

asottile commented 10 months ago

please open an issue describing your problem first. your test doesn't look correct (it should flag at least the missing space after the comma)

tanagumo commented 10 months ago

please open an issue describing your problem first. your test doesn't look correct (it should flag at least the missing space after the comma)

Sorry, I opened an issue. https://github.com/PyCQA/pycodestyle/issues/1203