Closed bswck closed 1 month ago
Quoted interrogate[png] in pip install interrogate[png].
interrogate[png]
pip install interrogate[png]
In Z shell, square brackets trigger pattern matching. That may cause this to happen:
$ pip install interrogate[png] zsh: no matches found: interrogate[png]
The quoted version is the most universal.
Hey, I just made a Pull Request!
Description
Quoted
interrogate[png]
inpip install interrogate[png]
.Motivation and Context
In Z shell, square brackets trigger pattern matching. That may cause this to happen:
The quoted version is the most universal.