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 hasher project #2

Merged
merged 5 commits into from
Mar 7, 2024
Merged

Modernize hasher project #2

merged 5 commits into from
Mar 7, 2024

Commits on Mar 7, 2024

  1. chore: update dependencies

    This also drops python 3.7 support, and switches over to ruff for most
    linting and formatting tasks.
    wfscheper committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    cf8275c View commit details
    Browse the repository at this point in the history
  2. ci: add github workflow

    wfscheper committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e89dc75 View commit details
    Browse the repository at this point in the history
  3. refactor: make args a real object

    This lets typing actually know what it looks like.
    wfscheper committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    5ce7768 View commit details
    Browse the repository at this point in the history
  4. build: add no update flag to lock command

    Require intentional dependency updates.
    wfscheper committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    fafaa2f View commit details
    Browse the repository at this point in the history
  5. chore: set new version

    New minor version due to dropping python 3.7.
    wfscheper committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    61c784d View commit details
    Browse the repository at this point in the history