-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: use pathlib and subprocess; refactor other aspects (#166)
There are several refactors combined in this: * Use pathlib more consistently (also enforced with Ruff's PTH rule (except for modflow_devtools/zip.py) * Refactor some aspects of subprocess.run() in meson_build() to not use shell=True. Also, run meson compile ... before meson install ... * Apply some automated fixes from Ruff rules C4, RUF and UP. * Fix missing parameter in test_fixtures.py::test_keep_function_scoped_tmpdir (found via Ruff's ARG rule)
- Loading branch information
Showing
13 changed files
with
168 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.