Skip to content

Commit

Permalink
Add -verison suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Oct 20, 2023
1 parent 0fe1e80 commit 661c08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ def pytest_report_header(config):
)

version = output.replace("ruff ", "")
return [f"ruff: {version}"]
return [f"ruff-version: {version}"]

0 comments on commit 661c08f

Please sign in to comment.