-
Notifications
You must be signed in to change notification settings - Fork 46
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
Overhaul repo infrastructure #353
Conversation
@martinfleis Any chance for a review on this? 99.99% infrastructure/formatting changes and no changes in code functionality. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One note in code.
The CI failure is expected?
Can you make sure that pre-commit.ci is green?
The CI failure is recorded in #346 and only started with pysal/libpysal#511. I haven't been able to track down the reason. |
Oh man. Not sure how this fell through the cracks. The PR had been passing |
|
ugh... many more failures after ruffing. |
@martinfleis All tests back to green (except the 'expected' 3.11-DEV' failure) after my |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good. thanks!
This PR:
pyproject.toml
#325pyproject.toml
for packagingversioneer
in favor ofsetuptools_scm
for version controlruff
for linting and lints repolibpysal@main