-
Notifications
You must be signed in to change notification settings - Fork 58
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
BLD: Pin swig<4.3.0 #1281
BLD: Pin swig<4.3.0 #1281
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## version-3.9.x #1281 +/- ##
================================================
Coverage ? 80.03%
================================================
Files ? 98
Lines ? 13681
Branches ? 2060
================================================
Hits ? 10949
Misses ? 1998
Partials ? 734 ☔ View full report in Codecov by Sentry. |
@@ -23,7 +23,7 @@ | |||
"metadata": {}, | |||
"outputs": [], | |||
"source": [ | |||
"reekfile = '../xtgeo-testdata/3dgrids/reek/REEK.EGRID'\n", | |||
"reekfile = \"../xtgeo-testdata/3dgrids/reek/REEK.EGRID\"\n", |
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.
Weird RUFF rule here; I think the former looks nicer to read
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.
OK. Is it an idea to restrict RUFF version in pyproject.toml? (to avoid using outdated RUFF versions?)
It might be a good idea to restrict it. I'm hoping that these 3.9.x hot fixes won't be necessary at all anymore soon, so might hold off until the presumptive never-next-time. |
This will create a new 3.9.x version, NOT a 4.0 version where this change has already been made. It is specific to Python 3.8.
Includes a second commit to pass the latest ruff.
See: #1275 #1277