Skip to content

v0.0.285

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Aug 21:24
· 2497 commits to main since this release
5892c69

What's Changed

New rules

  • [flake8-pytest-style] Implement pytest-unittest-raises-assertion (PT027) by @harupy in #6554
  • [flake8-pytest-style] Implement pytest-duplicate-parametrize-test-cases (PT014) by @harupy in #6598
  • [flake8-tidy-imports] Implement banned-module-level-imports (TID253) by @durumu in #6378
  • [pylint] Implement bad-dunder-name (W3201) (in the Ruff nursery) by @LaBatata101 in #6486
  • [pylint] Implement subprocess-run-check (W1510) by @tjkuson in #6487
  • [ruff] Implement quadratic-list-summation (RUF017) by @evanrittenhouse in #6489

Rule changes

Settings

  • Respect .ipynb and .pyi sources when linting from stdin by @charliermarsh in #6628
  • Support glob patterns for raises_require_match_for and raises_require_match_for by @harupy in #6635

Bug Fixes

Playground

Performance

New Contributors

Full Changelog: v0.0.284...v0.0.285