basedpyright icon indicating copy to clipboard operation
basedpyright copied to clipboard

Document off means off

Open KotlinIsland opened this issue 1 year ago • 1 comments

  • #53
  • #203

KotlinIsland avatar Mar 25 '24 14:03 KotlinIsland

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

DetachHead avatar Sep 22 '24 04:09 DetachHead