pylint-dev/pylint
View on GitHubQuestion: Is there a reason that `invalid-envvar-default` only checks `os.getenv`, not `os.environ.get`
Open
#10,092 opened on Nov 22, 2024
False Negative 🦋Good first issueHacktoberfestHelp wanted 🙏Needs PR
Repository metrics
- Stars
- (4,978 stars)
- PR merge metrics
- (Avg merge 12h 9m) (29 merged PRs in 30d)
Description
is there a reason that invalid-envvar-default only checks os.getenv, not os.environ.get?