v1.2.0
What's Changed
- support enabling the pylance extension while the basedpyright extension is enabled by @DetachHead in #72
- set
typeCheckingMode
toall
by default by @DetachHead in #75 - remove
typing.Callable
deprecation sinceCallable
is not a collection by @DetachHead in #80 - add
reportAny
rule by @DetachHead in #73
Full Changelog: v1.1.0...v1.2.0