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

chore: reformat Python code with line length = 88 #57

Merged
merged 2 commits into from
Nov 20, 2024

Conversation

mwtoews
Copy link
Contributor

@mwtoews mwtoews commented Nov 20, 2024

This PR reformats Python code with a maximum line length of 88 characters to better represent the code.

See modflowpy/flopy#2362 for a related PR with rational and discussion.

This PR also changes some of Ruff's configuration:

  • Remove target-version, since it was outdated and is automatically evaluated from pyproject.toml
  • Remove include so that Ruff will work globally in this repo
  • Remove extend-include since "*.ipynb" files are already included by default

@wpbonelli wpbonelli merged commit 4cee570 into MODFLOW-USGS:develop Nov 20, 2024
38 checks passed
@mwtoews mwtoews deleted the line-lenght-88 branch November 20, 2024 19:30
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