Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💄 Replaced poetry with uv #429

Merged
merged 2 commits into from
Nov 19, 2024

Commits on Nov 11, 2024

  1. Replaced poetry with uv

    - Way faster
    - Can also install/handle Python versions
    
    Signed-off-by: Sebastian Schleemilch <[email protected]>
    sschleemilch committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    47b126d View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Added nox for testing, hatch as build backend

    - Also removed flake8, covered by ruff
    - Testing major Python versions 3.10-3.13
    
    Signed-off-by: Sebastian Schleemilch <[email protected]>
    sschleemilch committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    6822875 View commit details
    Browse the repository at this point in the history