Skip to content

v0.0.263

Compare
Choose a tag to compare
@charliermarsh charliermarsh released this 25 Apr 05:50
· 5797 commits to main since this release
fd7ccb4

What's Changed

Rules

  • [flake8-bugbear] Add pytest.raises(Exception) support to B017 by @alanhdu in #4052
  • [flake8-import-conventions] Implement new rule ICN003 to ban from ... import ... for selected modules by @edgarrmondragon in #4040
  • [pylint] Implement PLE0302 unexpected-special-method-signature by @mccullocht in #4075
  • [pep8-naming] Ignore N815 for TypedDict fields by @JonathanPlasse in #4066

Bug Fixes

New Contributors

Full Changelog: v0.0.262...v0.0.263