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 326f487
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import subprocess
from pathlib import Path

import pytest
import subprocess
from packaging.version import Version

from ruff_lsp.server import _find_ruff_binary, _get_global_defaults, uris, Executable
from ruff_lsp.server import Executable, _find_ruff_binary, _get_global_defaults, uris
from ruff_lsp.settings import WorkspaceSettings


Expand Down 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 326f487

Please sign in to comment.