Skip to content

Commit 53fc9f5

Browse files
committed
fix: tests directory doesn't need namespace
1 parent 2c3e60a commit 53fc9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ addopts = "--cov=ml_project" # CHANGE (name of the importing module name)
4848
testpaths = ["tests"]
4949

5050
[tool.ruff]
51-
namespace-packages = ["tools", "scripts"] # for INP rule, suppress on these directories
51+
namespace-packages = ["tools", "scripts", "tests"] # for INP rule, suppress on these directories
5252
extend-exclude = [
5353
"src/ml_project/_version.py", # CHANGE
5454
]

0 commit comments

Comments
 (0)