-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update pyproject.toml and remove setup.py #143
Conversation
- Update version control to hatch backend - Update pytest, coverage, and ruff via pyproject.toml
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## dev #143 +/- ##
==========================================
- Coverage 86.45% 84.51% -1.95%
==========================================
Files 14 5 -9
Lines 3279 1104 -2175
Branches 0 296 +296
==========================================
- Hits 2835 933 -1902
+ Misses 444 115 -329
- Partials 0 56 +56 ☔ View full report in Codecov by Sentry. |
Note: I built locally and the version is correct. Let's aim for a release to test the real thing. (After other PRs are also merged) |
Thanks @mavaylon1. @rly could you please review this one. I think it looks good but you are more familiar with the versioning and deployment workflows. |
Please delete |
Please also delete |
Please update the required checks so that flake8 is not required but ruff is. |
@rly I deleted flake8 can you approve again. |
Motivation
What was the reasoning behind this change? Please explain the changes briefly.
How to test the behavior?
Checklist
ruff
from the source directory.