pylint-dev/pylint
Ver no GitHubQuestion: Is there a reason that `invalid-envvar-default` only checks `os.getenv`, not `os.environ.get`
Open
#10.092 aberto em 22 de nov. de 2024
False Negative 🦋Good first issueHacktoberfestHelp wanted 🙏Needs PR
Métricas do repositório
- Stars
- (4.978 stars)
- Métricas de merge de PR
- (Mesclagem média 58d 21h) (63 fundiu PRs em 30d)
Description
is there a reason that invalid-envvar-default only checks os.getenv, not os.environ.get?