What's Changed
- Modify visibility and shuffle around some modules by @charliermarsh in #1807
- Add usage of ruff in pandas to README by @BioGeek in #1811
- [
flake8-bandit
] Add Rule forS701
(jinja2 autoescape false) by @saadmk11 in #1815 - Implement autofix for flake8-quotes by @messense in #1810
- Don't trigger SIM401 for complex default values by @charliermarsh in #1825
- Decouple by @not-my-profile in #1822
- Avoid parsing pyproject.toml files when settings are fixed by @charliermarsh in #1827
- 📝 Update readme example for adding isort required imports by @nefrob in #1824
- Implement isort's
reverse_relative
setting by @charliermarsh in #1826 - Avoid SIM110/SIM110 errors with else statements by @charliermarsh in #1832
- Airflow is now using ruff by @ashb in #1833
- Support for-else loops in
SIM110
andSIM111
by @charliermarsh in #1834 - Use absolute paths for GitHub and Gitlab annotations by @charliermarsh in #1837
New Contributors
- @BioGeek made their first contribution in #1811
- @nefrob made their first contribution in #1824
- @ashb made their first contribution in #1833
Full Changelog: v0.0.219...v0.0.220