diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 34ac7880..88a9d37e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -20,7 +20,7 @@ body: description: >- A minimal working example of code to reproduce the unexpected behaviour, this will render as `Python` code so no need for backticks. - value: |- + value: >- import sleplet ... diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b94fc97f..e8c96222 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -23,7 +23,7 @@ jobs: - "3.11" steps: # yamllint disable-line rule:line-length - - uses: paddyroddy/.github/actions/python/tox@f8793becd1b97caa5b40ebc7556b21d9a272d700 # v0 + - uses: paddyroddy/.github/actions/python/tox@b82344013365a1fa055c7df15a59a0dc56d3e23c # v0 with: cache-path: |- .tox diff --git a/pyproject.toml b/pyproject.toml index 6d877f8d..b348d627 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,6 @@ optional-dependencies = {dev = [ "pytest", "ruff", "tox", - "tox-uv", "tuna", "twine", ], docs = [