Releases: businho/pytest-ruff
Releases · businho/pytest-ruff
v0.4.1
What's Changed
- Fix pytest without cache
-pno:cacheprovider
by @iurisilvio in #29
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Replace
--show-source
with--output-format
by @iurisilvio in #24 - Handle ruff config error by @iurisilvio in #25
Full Changelog: v0.3.2...v0.4.0
Cleaner test error output
Add support to pytest 8.1.x
fix: pytest 8.1 compat (#16) * fix: pytest 8 compat * Test on yanked pytest 8.1.0 --------- Co-authored-by: Iuri de Silvio <[email protected]>
Support old pytest versions
v0.3 Support old pytests (#13)
Fix previous messed up release
It makes --ruff
and --ruff-format
work independently and make the plugin work again.
Support ruff format and respect exclude config
v0.2 Respect excludes in ruff config
Fix subprocess call for filenames with spaces
Merge pull request #4 from jaraco/bugfix/any-filename Let subprocess module handle argument escaping
Do not skip ruff when pytest cache is disabled.
v0.1 Parallel is not necessary here.
Better error messages on pytest output.
v0.0.6 Pytest output with better errors.