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
@asottile This is part of the reason why Flake8 handled unexpanded wildcards/globs. Part of it was because tox doesn't expand and part of it was windows.
pyflakes should handle unexpanded wildcards (via glob() or so) from commandline
(e.g. on Windows, where there is no shell expansion)
The text was updated successfully, but these errors were encountered: