Skip to content

v0.0.286

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Aug 19:46
· 2381 commits to main since this release
91880b8

What's Changed

New Rules

  • [flake8-bugbear] Update function-call-in-argument-default (B008) to ignore arguments with immutable annotations by @zanieb in #6784
  • [flake8-bugbear] Update mutable-argument-default (B006) to use extend-immutable-calls when determining if annotations are immutable by @zanieb in #6781
  • [flake8-pie] Implement unnecessary-range-start (PIE808) by @harupy in #6690
  • [flake8-pytest-style] Add autofix for PT014 by @harupy in #6698
  • [pylint] Implement no-self-use (R6301) by @LaBatata101 in #6574
  • [pylint] Extend repeated-equality-comparison-target to check for mixed orderings and Yoda conditions. by @tjkuson in #6691

Settings

Bug Fixes

Full Changelog: v0.0.285...v0.0.286