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
Description
is there a reason that invalid-envvar-default only checks os.getenv, not os.environ.get?