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

Add a hatch CI #3

Merged
merged 3 commits into from
Jun 6, 2024
Merged

Add a hatch CI #3

merged 3 commits into from
Jun 6, 2024

Commits on Jun 6, 2024

  1. pyproject: configure ruff to the same line length that hatch uses

    This way ruff format (in pre-commit) gives us the same result as hatch
    fmt.
    whot committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    e149865 View commit details
    Browse the repository at this point in the history
  2. pre-commit: drop the custom ruff args

    These should be set in pyproject.toml if we need them
    whot committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c0ea90f View commit details
    Browse the repository at this point in the history
  3. ci: add a hatch fmt and hatch run test workflow

    And add a noop test so it exits with status 0 instead of 5 until we
    actually have tests.
    whot committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    5939a6a View commit details
    Browse the repository at this point in the history