Same issue as flake8 once had, see https://github.com/pycqa/flake8/issues/360 `.*` should include all hidden directory, but actually ignore everything because the current directory `.` matches. `.?*` can be used as a workaround.