Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Jul 29, 2024
1 parent ce3daf1 commit 2e92bca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
12 changes: 7 additions & 5 deletions ruff.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# See https://docs.astral.sh/ruff/rules/
select = ["D", "E", "F", "NPY", "PD", "C4", "I", "UP"]
ignore = ["D1", "D202", "D205", "D400", "D404", "E501", "PD002", "PD008", "PD009", "PD901"]
fixable = ["ALL"]
extend-include = ["*.ipynb"]
exclude = ["scripts/*"]
target-version = "py310"
line-length = 120

[pydocstyle]
[lint]
# See https://docs.astral.sh/ruff/rules/
select = ["D", "E", "F", "NPY", "PD", "C4", "I", "UP"]
ignore = ["D1", "D202", "D205", "D400", "D401", "D404", "E402", "E501", "E712", "E721", "F401", "F403", "F405", "PD002", "PD003", "PD008", "PD009", "PD011", "PD015", "PD901"]
fixable = ["ALL"]

[lint.pydocstyle]
convention = "numpy"
10 changes: 0 additions & 10 deletions src/peilbeheerst_model/Shortest_path/10_shortest_path_AGV.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -592,16 +592,6 @@
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"id": "eb649ba7-ea36-4650-852a-c207d9829f2f",
"metadata": {},
"outputs": [],
"source": [
"stop"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit 2e92bca

Please sign in to comment.