Skip to content

Commit

Permalink
Try fix namespace thing
Browse files Browse the repository at this point in the history
  • Loading branch information
barneydobson committed Sep 25, 2024
1 parent fe9f0e9 commit 1e07690
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ source = "vcs"
[tool.hatch.build.hooks.vcs]
version-file = "_version.py"

[tool.ruff]
# Mark the directory as a namespace package
namespace-packages = ["src/swmmanywhere", "src/netcomp"]

[tool.ruff.lint]
select = ["D", "E", "F", "I"] # pydocstyle, pycodestyle, Pyflakes, isort

Expand Down

0 comments on commit 1e07690

Please sign in to comment.