From b43a4f808abbdfd0a5f31e38052fa564c770bd76 Mon Sep 17 00:00:00 2001 From: vasilije Date: Wed, 25 Jun 2025 09:34:20 +0200 Subject: [PATCH] format --- .gitguardian.yml | 2 ++ cognee/tests/test_starter_pipelines.py | 1 + 2 files changed, 3 insertions(+) create mode 100644 .gitguardian.yml 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."""