On Windows, ruff doesn't support wildcards on the command line #3301
Labels
bug
Something isn't working
cli
Related to the command-line interface
good first issue
Good for newcomers
The command
ruff *.py
gives the error "error: Failed to lint *.py: The filename, directory name, or volume label syntax is incorrect. (os error 123)". I would have expected it to check all.py
files in the current directory.The text was updated successfully, but these errors were encountered: