Skip to content

Commit b65f02e

Browse files
committed
ci: run mypy on tools instead of src
1 parent f1adfa9 commit b65f02e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: black --check .
2828

2929
- name: Run MyPy
30-
run: mypy src
30+
run: mypy tools
3131

3232
build-artifacts:
3333
needs: qa

0 commit comments

Comments
 (0)