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

refactor: remove "include" option for global ruff format/check #2065

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

mwtoews
Copy link
Contributor

@mwtoews mwtoews commented Nov 19, 2024

This PR does the following:

  • Remove Ruff's "include" option to check all the files in the repo
  • Apply the changes from ruff format / check for the new files that were previously not included
  • Upgrade the Python version from py37 to py39, which applies a few minor changes, e.g. autotest/test_gwf_multimvr.py
  • Ignore long lines (E501) in "doc/**.ipynb" files, and module import not at top of file (E402) for .build_rtd_docs/conf.py

@wpbonelli wpbonelli merged commit c29763a into MODFLOW-USGS:develop Nov 19, 2024
26 checks passed
@mwtoews mwtoews deleted the ruff-rm-include branch November 19, 2024 23:27
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