This change fixes support for `ruff>=0.1.0`
What's Changed
* fix(linter)!: Use `--output-format` in the RUFF linter by justinchuby in https://github.com/justinchuby/lintrunner-adapters/pull/77
* feat(linter): include explanation in ruff lint messages by justinchuby in https://github.com/justinchuby/lintrunner-adapters/pull/78
* feat(linter): retry with the --format option when --output-format fails by justinchuby in https://github.com/justinchuby/lintrunner-adapters/pull/79
**Full Changelog**: https://github.com/justinchuby/lintrunner-adapters/compare/v0.9.0...v0.10.0