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

73 python repo updates #77

Merged
merged 10 commits into from
Feb 14, 2024
Merged

73 python repo updates #77

merged 10 commits into from
Feb 14, 2024

Conversation

cmalinmayor
Copy link
Contributor

  • Use pyproject.toml instead of setup.py (including dev, docs, test dependencies installed in normal fashion with pip install .[dev])
  • CI testing for all OSes and python 3.8-3.11 (more strict on warnings except deprecation)
  • Add pre-commit
  • Add codecoverage (runs locally, we will see how it looks on the repo)
  • Use hatch build system instead of setuptools (need to test automatic version setting)
  • Add outlines for readme and contributor guide

@cmalinmayor cmalinmayor linked an issue Feb 14, 2024 that may be closed by this pull request
6 tasks
@rhoadesScholar rhoadesScholar merged commit b2d62b9 into main Feb 14, 2024
5 of 18 checks passed
@rhoadesScholar rhoadesScholar deleted the 73-python-repo-updates branch February 14, 2024 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Release
Development

Successfully merging this pull request may close these issues.

Add codecov, pre-commit, etc
2 participants