-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Labels
type checking / lintingissues relating to existing diagnostic rules or proposals for new diagnostic rulesissues relating to existing diagnostic rules or proposals for new diagnostic rules
Description
Description
Code sample in basedpyright playground
from typing import Any
def f(a: Any):
print(a)
Type of parameter "a" is Any (reportAny)
Type `Any` is not allowed (reportExplicitAny)
Metadata
Metadata
Assignees
Labels
type checking / lintingissues relating to existing diagnostic rules or proposals for new diagnostic rulesissues relating to existing diagnostic rules or proposals for new diagnostic rules