Skip to content

v1.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Mar 22:34
· 439 commits to main since this release

What's Changed

  • add new reportPrivateLocalImportUsage rule to detect imports from local modules that are not intended to be re-exported (#187)
  • add new reportIgnoreCommentWithoutRule rule to enforce error codes in type:ignore/pyright:ignore comments (#186)
    • all errors that didn't have a rule are now reported as reportGeneralTypeIssues

Full Changelog: v1.6.1...v1.7.0