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

`exclude` is applied to `.`

bersbersbers opened this issue · comments

Same issue as flake8 once had, see PyCQA/flake8#360

.* should include all hidden directory, but actually ignore everything because the current directory . matches. .?* can be used as a workaround.