mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
14 lines
365 B
Diff
14 lines
365 B
Diff
diff --git a/pyproject.toml b/pyproject.toml
|
|
index 9cb04a7..809f052 100644
|
|
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -72,7 +72,7 @@ addopts = """
|
|
--strict-markers
|
|
"""
|
|
norecursedirs = ["dist", "build", ".tox"]
|
|
-testpaths = ["src", "tests"]
|
|
+testpaths = ["tests"]
|
|
|
|
[tool.mypy]
|
|
enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"]
|