Skip to content

Commit bf09ed1

Browse files
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
1 parent 4f8ee07 commit bf09ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,4 @@ jobs:
160160
# mypy the code
161161
#----------------------------------------------
162162
- name: Mypy
163-
run: poetry run mypy --install-types --non-interactive src
163+
run: poetry run mypy --install-types --non-interactive src/databricks

0 commit comments

Comments
 (0)