-
Notifications
You must be signed in to change notification settings - Fork 856
FAQ
Erik De Bonte edited this page Sep 16, 2022
·
9 revisions
Suggested fixes to common problems, garnered from the issues.
setuptools
recently added support for PEP 660, which breaks a lot of tools that do static analysis, including pyright
and pylance
. The setuptools
docs have instructions on how, for the time being, you can replicate the legacy behavior. Using strict mode is another option.