pylint-dev/pylint
GitHub で見るQuestion: Is there a reason that `invalid-envvar-default` only checks `os.getenv`, not `os.environ.get`
Open
#10,092 opened on 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?