v0.0.232
版本发布时间: 2023-01-24 22:58:23
astral-sh/ruff最新发布版本:0.5.3(2024-07-19 01:10:02)
What's Changed
- Escape curly braces when converting .format() strings by @charliermarsh in https://github.com/charliermarsh/ruff/pull/2112
- feat: implement TRY200 by @karpa4o4 in https://github.com/charliermarsh/ruff/pull/2087
- Upgrade to toml v0.6.0 by @charliermarsh in https://github.com/charliermarsh/ruff/pull/2116
- Allow flagging of multiline implicit string concatenations by @charliermarsh in https://github.com/charliermarsh/ruff/pull/2117
- feat: implement TRY301 by @karpa4o4 in https://github.com/charliermarsh/ruff/pull/2113
- Add Home Assistant to Readme by @akx in https://github.com/charliermarsh/ruff/pull/2120
- Add apk instructions to README by @WhyNotHugo in https://github.com/charliermarsh/ruff/pull/2121
- Some refactors by @not-my-profile in https://github.com/charliermarsh/ruff/pull/2122
- Implement
EXE001
andEXE002
fromflake8-executable
by @edgarrmondragon in https://github.com/charliermarsh/ruff/pull/2118 - flake8-annotations: deduplicate code between functions and methods by @akx in https://github.com/charliermarsh/ruff/pull/2125
- Ignore generators in flake8-return rules by @charliermarsh in https://github.com/charliermarsh/ruff/pull/2126
- feat: autofix
multi-line-summary-*-line
by @scop in https://github.com/charliermarsh/ruff/pull/2093 - Update flake8-to-ruff to include latest plugins by @charliermarsh in https://github.com/charliermarsh/ruff/pull/2127
- refactor: Move redirects out of RuleCodePrefix by @not-my-profile in https://github.com/charliermarsh/ruff/pull/2103
- Move pycodestyle rules into individual files by @ericroberts in https://github.com/charliermarsh/ruff/pull/2123
- Remove unnecessary manual Generator invocations by @charliermarsh in https://github.com/charliermarsh/ruff/pull/2129
- Add Dagger and Great Expectations by @charliermarsh in https://github.com/charliermarsh/ruff/pull/2130
New Contributors
- @WhyNotHugo made their first contribution in https://github.com/charliermarsh/ruff/pull/2121
Full Changelog: https://github.com/charliermarsh/ruff/compare/v0.0.231...v0.0.232