diff --git a/.gitguardian.yml b/.gitguardian.yml new file mode 100644 index 000000000..416298f10 --- /dev/null +++ b/.gitguardian.yml @@ -0,0 +1,2 @@ +paths-ignore: + - ".env.template" \ No newline at end of file diff --git a/cognee/tests/test_starter_pipelines.py b/cognee/tests/test_starter_pipelines.py index 97e9d0881..7b7a2a211 100644 --- a/cognee/tests/test_starter_pipelines.py +++ b/cognee/tests/test_starter_pipelines.py @@ -4,6 +4,7 @@ import os import sys + class TestPipelines(unittest.TestCase): """Tests that all pipelines run successfully."""