Skip to content

Commit 0929d46

Browse files
minor fixes
1 parent eebee30 commit 0929d46

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ test-python-sdk: typecheck format prepare-aidbox-runme lint
7979
fi
8080

8181
# Run mypy in strict mode
82-
cd $(PYTHON_SDK_EXAMPLE)/generated && \
82+
cd $(PYTHON_SDK_EXAMPLE) && \
8383
. venv/bin/activate && \
84-
mypy --strict .
84+
mypy --strict generated
8585

8686
cd $(PYTHON_SDK_EXAMPLE) && \
8787
. venv/bin/activate && \

0 commit comments

Comments
 (0)