From 3ed6af17c766a0e041d3c7333995bfc756537465 Mon Sep 17 00:00:00 2001 From: Cristobal Pio Garcia Date: Wed, 12 Jun 2024 07:16:09 -0700 Subject: [PATCH] Add set config file to mypy --- .github/workflows/mypy_check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mypy_check.yaml b/.github/workflows/mypy_check.yaml index 00cdb291..77acd748 100644 --- a/.github/workflows/mypy_check.yaml +++ b/.github/workflows/mypy_check.yaml @@ -20,4 +20,4 @@ jobs: pip install mypy pydantic - name: Run mypy - run: mypy . \ No newline at end of file + run: mypy . --config-file mypy.ini \ No newline at end of file