Skip to content

Commit 0871341

Browse files
committed
🔧 build: poe task
1 parent f925615 commit 0871341

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,16 @@ addopts = [
6060
]
6161

6262
[tool.poe.tasks]
63-
test = "uv run pytest --cov=src --cov-report xml --junitxml=./junit.xml -n auto"
64-
bump = "uv run bump-my-version bump"
65-
show-bump = "uv run bump-my-version show-bump"
63+
test = "pytest --cov=src --cov-report xml --junitxml=./junit.xml -n auto"
64+
bump = "bump-my-version bump"
65+
show-bump = "bump-my-version show-bump"
6666

6767
[tool.coverage.report]
6868
exclude_lines = [
6969
"raise NotImplementedError",
7070
"if TYPE_CHECKING:",
7171
"@overload",
72-
"except ImportError:",
72+
"except ImportError:",
7373
]
7474

7575
[tool.ruff]

0 commit comments

Comments
 (0)