Skip to content
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

REQ: Should handle unexpanded wildcards from commandline (Windows) #566

Open
kxrob opened this issue Jul 19, 2020 · 2 comments
Open

REQ: Should handle unexpanded wildcards from commandline (Windows) #566

kxrob opened this issue Jul 19, 2020 · 2 comments

Comments

@kxrob
Copy link

kxrob commented Jul 19, 2020

pyflakes should handle unexpanded wildcards (via glob() or so) from commandline

pyflakes abc*.py 
( 'abc*.py' in sys.argv )

(e.g. on Windows, where there is no shell expansion)

@sigmavirus24
Copy link
Member

@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.

@asottile
Copy link
Member

@sigmavirus24 flake8 doesn't, it never did, we determined this last time it came up.

flake8 also doesn't need to do this since it handles recursive filenames and patterns via the configuration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants