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

Modernize Python tooling #36

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Jun 3, 2024

  1. Modernize Python tooling

    Move all configs into `pyproject.toml`, switch test/packaging to
    use Hatch, and do all the linting with Ruff.
    
    Fix issues that Ruff turned up, and annotate/ignore the pieces that
    it got wrong.
    
    Fixes: Issue NicolasLM#33
    nisimond committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    e7a4813 View commit details
    Browse the repository at this point in the history
  2. Add a build target for the docs

    Generate the documentation with `hatch run docs:build $TYPE`
    nisimond committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    abdcc7c View commit details
    Browse the repository at this point in the history