From 0d1c076675bb67b05c0edf96f28741006ac5e0a1 Mon Sep 17 00:00:00 2001 From: wyattscarpenter Date: Sun, 30 Jun 2024 17:29:54 -0400 Subject: [PATCH] change target of mypy to src/databricks instead of src. I think this might fix the CI code-quality checks failure, but unfortunately I can't replicate that failure locally and the error message is unhelpful Signed-off-by: wyattscarpenter --- .github/workflows/code-quality-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-quality-checks.yml b/.github/workflows/code-quality-checks.yml index 03c3991d..1df9cd59 100644 --- a/.github/workflows/code-quality-checks.yml +++ b/.github/workflows/code-quality-checks.yml @@ -160,4 +160,4 @@ jobs: # mypy the code #---------------------------------------------- - name: Mypy - run: poetry run mypy --install-types --non-interactive src + run: poetry run mypy --install-types --non-interactive src/databricks