Skip to content

Releases: businho/pytest-ruff

v0.5

19 Jun 07:25
eb815de

Choose a tag to compare

What's Changed

  • Add argument to use custom configuration by @hasier in #34

New Contributors

Full Changelog: v0.4.1...v0.5

v0.4.1

21 Jul 08:00
0a0794e

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

09 Jul 19:29
759cacd

Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.4.0

Cleaner test error output

02 May 06:44
cb1685e

Choose a tag to compare

Full stack trace is not relevant for us, it was removed in #18. Thanks to @lexi-k.

Add support to pytest 8.1.x

10 Mar 12:49
9efc242

Choose a tag to compare

fix: pytest 8.1 compat (#16)

* fix: pytest 8 compat

* Test on yanked pytest 8.1.0

---------

Co-authored-by: Iuri de Silvio <iurisilvio@gmail.com>

Support old pytest versions

03 Mar 10:31
37b8e73

Choose a tag to compare

v0.3

Support old pytests (#13)

Fix previous messed up release

31 Oct 18:50
2098829

Choose a tag to compare

It makes --ruff and --ruff-format work independently and make the plugin work again.

Support ruff format and respect exclude config

30 Oct 22:54

Choose a tag to compare

v0.2

Respect excludes in ruff config

Fix subprocess call for filenames with spaces

31 Jul 16:40
16004c5

Choose a tag to compare

Merge pull request #4 from jaraco/bugfix/any-filename

Let subprocess module handle argument escaping

Do not skip ruff when pytest cache is disabled.

08 Jun 09:25

Choose a tag to compare

v0.1

Parallel is not necessary here.