What's Changed
- Disable update check by default by @charliermarsh in #1786
- Improve PIE794 autofix behavior by @charliermarsh in #1794
- Convert flake8-comprehensions checks to Checker style by @charliermarsh in #1795
- Refactor flake8-comprehensions rules to take fewer arguments by @charliermarsh in #1797
- Avoid rewriting flake8-comprehensions expressions for builtin overrides by @charliermarsh in #1799
- Update readme to reflect #1763 by @Czaki in #1780
- Avoid flagging builtins for OSError rewrites by @charliermarsh in #1800
- Skip unused argument checks for magic methods by @charliermarsh in #1801
- Skip SIM108 violations for complex if-statements by @charliermarsh in #1802
- [
flake8-simplify
] Add Rule forSIM115
(Use context handler for opening files) by @saadmk11 in #1782 - flake8_simplify : SIM401 by @chammika-become in #1778
- Avoid erroneous Q002 error message for single-quote docstrings by @colin99d in #1777
- Implement doc line length enforcement by @charliermarsh in #1804
- Move top level
ruff
intopython
folder by @messense in #1806 - Improve globset documentation and help message by @charliermarsh in #1808
New Contributors
Full Changelog: v0.0.218...v0.0.219