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

Updated tooling and GH Actions #833

Merged
merged 1 commit into from
Sep 9, 2024
Merged

Conversation

SteveMcGrath
Copy link
Contributor

  • Removed requirements files (no longer needed)
  • Switched from flake8 to ruff
  • Switched to using uv for development environment management
  • Switched to using uv for package building

Description

Corrected issues that have been cropping up with the testing suite and nuance in running it. Switched to using ruff and uv for performance improvements, stability, and repotability.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Updating development tooling

How Has This Been Tested?

Locally tested with act & with a clean python environmenty matrix.

Test Configuration:

  • Python Version(s) Tested: 3.7, 3.8, 3.9, 3.10, 3.11, 3.12

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@SteveMcGrath SteveMcGrath requested a review from a team as a code owner September 5, 2024 19:04
* Removed requirements files (no longer needed)
* Switched from flake8 to ruff
* Switched to using uv for development environment management
* Switched to using uv for package building
@SteveMcGrath SteveMcGrath merged commit 06780cf into master Sep 9, 2024
10 checks passed
@SteveMcGrath SteveMcGrath deleted the feature/tooling_improvements branch September 9, 2024 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants