We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b7d769 commit 3587295Copy full SHA for 3587295
1 file changed
pyproject.toml
@@ -55,6 +55,10 @@ addopts = [
55
56
[tool.coverage.run]
57
data_file = "build/coverage/.coverage"
58
+omit = [
59
+ "zitadel_client/api/*",
60
+ "zitadel_client/models/*"
61
+]
62
63
[tool.pylint.'MESSAGES CONTROL']
64
extension-pkg-whitelist = "pydantic"
0 commit comments