pylint-dev / pylint-pytest

A Pylint plugin to suppress pytest-related false positives.
https://pypi.org/project/pylint-pytest/
MIT License
16 stars 3 forks source link

Switch to `uv` for packaging? #96

Open stdedos opened 2 months ago

stdedos commented 2 months ago

Feature request type

Example action step: https://github.com/sphinx-doc/sphinx/blob/master/.github/workflows/builddoc.yml

    - name: Install uv
      run: curl -fsSL --proto '=https' --tlsv1.2 "https://astral.sh/uv/install.sh" | sh

(but pls no | sh, expand args)