Releases: justinchuby/lintrunner-adapters
Releases · justinchuby/lintrunner-adapters
v0.12.4
What's Changed
- fix(linter): Use
check
in ruff by @justinchuby in #101
Full Changelog: v0.12.3.1...v0.12.4
v0.12.3.1
Fix release pipeline.
v0.12.3
What's Changed
- chore(ci): test with Python 3.12 by @justinchuby in #94
- fix(linter): resolve file path for the black linter to avoid a bug in black file path handling by @justinchuby in #92
Full Changelog: v0.12.2...v0.12.3
v0.12.2
What's Changed
- fix(linter): raise error when pylint fails instead of failing silently by @justinchuby in #91
Full Changelog: v0.12.1...v0.12.2
v0.12.1
What's Changed
- chore(deps): bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by @dependabot in #84
- Add url in the ruff lint messages | feat(linter) by @justinchuby in #87
Full Changelog: v0.12.0...v0.12.1
v0.12.0
What's Changed
- feat(linter): support ruff format by @justinchuby in #82
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What's Changed
- feat: create requirements-txt linter by @justinchuby in #80
Full Changelog: v0.10.0...v0.11.0
v0.10.0
This change fixes support for ruff>=0.1.0
What's Changed
- fix(linter)!: Use
--output-format
in the RUFF linter by @justinchuby in #77 - feat(linter): include explanation in ruff lint messages by @justinchuby in #78
- feat(linter): retry with the --format option when --output-format fails by @justinchuby in #79
Full Changelog: v0.9.0...v0.10.0
v0.9.0
v0.8.0
What's Changed
- feat(linter): Make RUFF a formatter by @justinchuby in #67
Full Changelog: v0.7.1...v0.8.0