basedpyright
basedpyright copied to clipboard
Document off means off
- #53
- #203
this relates to the fact that setting typeCheckingMode to "off" in pyright still causes some diagnostic rules to be reported as warnings (see here). in basedpyright we disabled these because we believe "off" means "off", not "mostly off".
this functionality should be documented in the readme, probably in the "better defaults" section