Question: Is there a reason that invalid-envvar-default
only checks os.getenv
, not os.environ.get
#10092
Labels
False Negative 🦋
No message is emitted but something is wrong with the code
Good first issue
Friendly and approachable by new contributors
Help wanted 🙏
Outside help would be appreciated, good for new contributors
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
is there a reason that
invalid-envvar-default
only checksos.getenv
, notos.environ.get
?pylint/pylint/checkers/stdlib.py
Line 33 in 68cb5b3
The text was updated successfully, but these errors were encountered: