pylint-dev/pylint
在 GitHub 查看Question: Is there a reason that `invalid-envvar-default` only checks `os.getenv`, not `os.environ.get`
Open
#10,092 建立於 2024年11月22日
False Negative 🦋Good first issueHacktoberfestHelp wanted 🙏Needs PR
描述
is there a reason that invalid-envvar-default only checks os.getenv, not os.environ.get?