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

fix: apply ruff check fixes for Python docstrings (D409) #232

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

mwtoews
Copy link
Contributor

@mwtoews mwtoews commented Nov 19, 2024

This PR applies ruff check section-underline-matches-section-length (D409), which impacts two Python source files.

It also re-configures ruff's configuration to remove "include" to apply the checks globally. It also removes the extend-include since the default value for include already has "*.ipynb". A default line-length = 88 is also re-iterated at the top of the configuration.

@wpbonelli wpbonelli merged commit aaf5c74 into MODFLOW-USGS:develop Nov 19, 2024
10 checks passed
@mwtoews mwtoews deleted the fix-D409 branch November 19, 2024 23:53
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.

2 participants