Skip to content

Commit

Permalink
change target of mypy to src/databricks instead of src.
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
wyattscarpenter committed Jun 30, 2024
1 parent 4f8ee07 commit 0d1c076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0d1c076

Please sign in to comment.