PyCQA / pycodestyle

Simple Python style checker in one Python file

Home Page:https://pycodestyle.pycqa.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove W601, W602, W603, and W604

dannysepler opened this issue · comments

These seem to be syntax errors in Python3, so is there much use to lint for them anymore?

yeah I think these can be removed since we only target python 3+ now