pylint-dev/pylint
Voir sur GitHubQuestion: Is there a reason that `invalid-envvar-default` only checks `os.getenv`, not `os.environ.get`
Open
#10 092 ouverte le 22 nov. 2024
False Negative 🦋Good first issueHacktoberfestHelp wanted 🙏Needs PR
Métriques du dépôt
- Stars
- (4 978 stars)
- Métriques de merge PR
- (Merge moyen 58j 21h) (63 PRs mergées en 30 j)
Description
is there a reason that invalid-envvar-default only checks os.getenv, not os.environ.get?