pylint-dev/pylint
Vedi su GitHubQuestion: Is there a reason that `invalid-envvar-default` only checks `os.getenv`, not `os.environ.get`
Open
#10.092 aperta il 22 nov 2024
False Negative 🦋Good first issueHacktoberfestHelp wanted 🙏Needs PR
Metriche repository
- Star
- (4978 star)
- Metriche merge PR
- (Merge medio 58g 21h) (63 PR mergiate in 30 g)
Descrizione
is there a reason that invalid-envvar-default only checks os.getenv, not os.environ.get?