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

ci: add pixi task to fix the format and spelling (fix-style) #1880

Merged
merged 3 commits into from
Jun 18, 2024

Conversation

jdhughes-usgs
Copy link
Contributor

Checklist of items for pull request

  • Removed checklist items not relevant to this pull request

For additional information see instructions for contributing and instructions for developing.

pixi.toml Outdated
@@ -48,9 +48,10 @@ install = { depends_on = [
] }

# format
check-format = "python .github/common/check_format.py"
check-format = "echo 'Checking format...'; python .github/common/check_format.py"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm fine with this as is, though I wonder about letting the user pass -v/--verbose to the format and spelling scripts if they want to see output. Might be situations where we'd prefer no output on success. But the scripts will need slight modification too to accommodate that (they currently show some limited output even on success)

Copy link
Contributor

@wpbonelli wpbonelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just a thought above

The CI failure is leftover from the syntax errors I had in doc/ReleaseNotes/develop.tex which were fixed by #1881, should be fine to merge.

@jdhughes-usgs jdhughes-usgs merged commit ce9707d into MODFLOW-USGS:develop Jun 18, 2024
18 checks passed
@jdhughes-usgs jdhughes-usgs deleted the update-pixi branch June 18, 2024 18:57
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.

None yet

2 participants