Skip to content

Commit

Permalink
Fix ruff errors on main (#121)
Browse files Browse the repository at this point in the history
Fixes a part of #120. The goal for this PR is to resolve all 53 open
ruff errors on main, without adding exceptions. Currently the commits in
this PR bring it down to 29. The remaining errors are all of the form
`F821 Undefined name`, where the name is:

- dm_netwerk_path
- gdf_rhws
- model_name
- output_folder
- ribasim_toml
- stored_trc

For various files. Will look with @rbruijnshkv to resolve the rest.

---------

Co-authored-by: rbruijnshkv <[email protected]>
  • Loading branch information
visr and rbruijnshkv authored Aug 13, 2024
1 parent c64ec7e commit 3a0ee3d
Show file tree
Hide file tree
Showing 49 changed files with 6,294 additions and 6,048 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ src/ribasim_nl/tests/temp/
src/peilbeheerst_model/tests/temp/

src/peilbeheerst_model/*.html
src/peilbeheerst_model/*.ipynb
src/peilbeheerst_model/*.code-workspace
src/peilbeheerst_model/.vscode

Expand Down
155 changes: 1 addition & 154 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3a0ee3d

Please sign in to comment.