You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was thinking about creating a flake8-gitignore extension, which would read the Git ignored files and add them to the list in flake8's exclude. It seems there is no API to do that right now:
@Pequex it seems the only apis given to plugins for modifying existing options right now are extend_default_ignore, extend_default_select, and remove_from_default_ignore (nothing to do with exclude currently) -- that isn't to say it wouldn't be possible.
The text was updated successfully, but these errors were encountered:
In GitLab by @Pequex on Mar 5, 2019, 10:26
As per https://gitlab.com/pycqa/flake8/issues/398#note_144810532.
I was thinking about creating a
flake8-gitignore
extension, which would read the Git ignored files and add them to the list in flake8'sexclude
. It seems there is no API to do that right now:The text was updated successfully, but these errors were encountered: