Releases: astral-sh/ruff
Releases · astral-sh/ruff
v0.0.79
Bump version to 0.0.79
v0.0.78
What's Changed
- Implement autofix for newline-related docstring rules by @charliermarsh in #441
- Implement autofixes for more docstring rules by @charliermarsh in #442
- Re-add the fix icon to README.md by @charliermarsh in #443
- Tweak messages for flake8-comprehensions rules by @charliermarsh in #444
Full Changelog: v0.0.77...v0.0.78
v0.0.77
What's Changed
- Implement N801 ~ N805 by @harupy in #439
- Remove offsets hacks for docstring parsing logic by @charliermarsh in #440
Full Changelog: v0.0.76...v0.0.77
v0.0.76
What's Changed
- Avoid checking for updates when executing via stdin by @charliermarsh in #433
- Add initial wasm32-wasi support by @konstin in #416
- Fix C401 and C402 by @harupy in #435
- Remove checkmark from rule table by @charliermarsh in #436
- Break rules table into sections by @charliermarsh in #437
New Contributors
Full Changelog: v0.0.75...v0.0.76
v0.0.75
What's Changed
- Implement D206, D207, and D208 by @charliermarsh in #429
- Handle multi-byte chars in SourceCodeLocator by @charliermarsh in #431
Full Changelog: v0.0.74...v0.0.75
v0.0.74
What's Changed
- Implement checks for Google-style docstrings by @charliermarsh in #427
- Implement C417 by @harupy in #426
- Re-arrange some docstring modules by @charliermarsh in #428
Full Changelog: v0.0.73...v0.0.74
v0.0.73
What's Changed
- Implement C416 by @harupy in #415
- Implement C411 by @harupy in #420
- Implement C413 by @harupy in #421
- Add --config as a command-line option by @charliermarsh in #422
- Use test_case for macro-driven check tests by @charliermarsh in #424
- Implement docstring argument tracking for NumPy-style docstrings by @charliermarsh in #425
Full Changelog: v0.0.72...v0.0.73
v0.0.72
v0.0.71
What's Changed
- Implement D404 and D418 for pydocstyle by @charliermarsh in #409
- Implement D405, D406, D410, D411, and D413 by @charliermarsh in #411
- Implement D407, D408, D409, D412, and D414 by @charliermarsh in #413
Full Changelog: v0.0.70...v0.0.71
v0.0.70
What's Changed
- Implement D402 for pydocstyle by @charliermarsh in #403
- Implement D201, D202, D203, D204, and D211 by @charliermarsh in #404
- Enable definition tracking for docstrings by @charliermarsh in #407
- Implement docstring visibility checks by @charliermarsh in #408
- Implement C414 by @harupy in #406
Full Changelog: v0.0.69...v0.0.70