v1.7.0
What's Changed
- add new
reportPrivateLocalImportUsagerule to detect imports from local modules that are not intended to be re-exported (#187) - add new
reportIgnoreCommentWithoutRulerule to enforce error codes intype:ignore/pyright:ignorecomments (#186)- all errors that didn't have a rule are now reported as
reportGeneralTypeIssues
- all errors that didn't have a rule are now reported as
Full Changelog: v1.6.1...v1.7.0