econchick / interrogate

Explain yourself! Interrogate a codebase for docstring coverage.
https://interrogate.readthedocs.io
MIT License
562 stars 46 forks source link

Quote `interrogate[png]` in installation instructions #177

Open bswck opened 2 months ago

bswck commented 2 months ago

Hey, I just made a Pull Request!

Description

Quoted interrogate[png] in pip install interrogate[png].

Motivation and Context

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.