Skip to content

Commit 3fd6a8e

Browse files
committed
Add exclude pytest plugin to mypy config
1 parent 8004444 commit 3fd6a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/catalystwan-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ where = ["src"]
7676

7777
[tool.mypy]
7878
files = "src"
79-
exclude="loader\\.py$"
79+
exclude="loader|tests\\.py$"
8080
mypy_path = "$MYPY_CONFIG_FILE_DIR/src/"
8181
namespace_packages = true
8282
explicit_package_bases = true

0 commit comments

Comments
 (0)