From 476300f00aba88ee0c7a92ed7175193b48021559 Mon Sep 17 00:00:00 2001 From: DMITRIY PEDCHENKO Date: Mon, 26 Feb 2024 13:14:52 +0300 Subject: [PATCH] [DOP-11712] add github workflow for code analysis --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f74070b4..264a5579 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ known_first_party = ["app"] python_version = "3.11" plugins = ["pydantic.mypy", "sqlalchemy.ext.mypy.plugin"] exclude = '''(?x)( - syncmaster/tests/* + syncmaster/tests/.* )''' [[tool.mypy.overrides]]