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