-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't respect "exclude" configuration #20
Comments
This is odd, because although you are right in that Are you able to |
I was also able to call |
I managed to get a better understanding why this is happening, and opened an issue on |
@sloria it seems that the I'm trying to point out that this should at least be documented and if possible a flag for strict behavior should be in effect so that we don't have this problem. If you feel this is right, I would encourage you to add a comment on their tracker pointing this out. In the meantime I will try and get a workaround. |
I have configuration in a
setup.cfg
file with theignore
,max-line-length
, andexclude
options set.ignore
andmax-line-length
work as expected, butexclude
is not working; khuno will still flake files that are in the exclude list.http://flake8.readthedocs.org/en/2.2.3/config.html#settings
The text was updated successfully, but these errors were encountered: