v0.0.224
版本发布时间: 2023-01-17 12:43:42
astral-sh/ruff最新发布版本:0.5.3(2024-07-19 01:10:02)
What's Changed
- Re-run benchmark and update documentation by @charliermarsh in https://github.com/charliermarsh/ruff/pull/1907
- Derive Hash instead of implementing it by hand by @not-my-profile in https://github.com/charliermarsh/ruff/pull/1890
- Add backticks to B904's message by @harupy in https://github.com/charliermarsh/ruff/pull/1914
- Refactor
flake8_tidy_imports
by @not-my-profile in https://github.com/charliermarsh/ruff/pull/1909 - Trigger update to pre-commit mirror after pypi publish by @pmbarrett314 in https://github.com/charliermarsh/ruff/pull/1910
- Rewrite
lru_cache
tocache
on Python 3.9+ by @charliermarsh in https://github.com/charliermarsh/ruff/pull/1918 - Avoid syntax errors when fixing parenthesized unused variables by @charliermarsh in https://github.com/charliermarsh/ruff/pull/1919
- Add some new testimonials by @charliermarsh in https://github.com/charliermarsh/ruff/pull/1921
- Avoid removing statements that contain side-effects by @charliermarsh in https://github.com/charliermarsh/ruff/pull/1920
- Add benchmark scripts for no-IO by @charliermarsh in https://github.com/charliermarsh/ruff/pull/1925
- Add flake8-pie PIE796: prefer-unique-enum by @ljesparis in https://github.com/charliermarsh/ruff/pull/1923
- [pyupgrade] Automatically rewrite format-strings to f-strings by @colin99d in https://github.com/charliermarsh/ruff/pull/1905
New Contributors
- @pmbarrett314 made their first contribution in https://github.com/charliermarsh/ruff/pull/1910
- @ljesparis made their first contribution in https://github.com/charliermarsh/ruff/pull/1923
Full Changelog: https://github.com/charliermarsh/ruff/compare/v0.0.223...v0.0.224