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

Ruff config and module import updates #51

Merged
merged 2 commits into from
May 16, 2024

Commits on May 16, 2024

  1. Update module imports

    Use immediate modules within the package, and import from the package level for integration tests.
    
    For now, ignore `pickle` security warning.
    ColeDCrawford committed May 16, 2024
    Configuration menu
    Copy the full SHA
    77c1b6a View commit details
    Browse the repository at this point in the history
  2. Add pre-commit hook

    Split requirements into primary and dev if still installing from requirements.txt
    ColeDCrawford committed May 16, 2024
    Configuration menu
    Copy the full SHA
    8d63225 View commit details
    Browse the repository at this point in the history