Skip to content
Snippets Groups Projects
Commit d603c840 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Exclude currently untyped/unstable code from mypy

parent f7289beb
No related branches found
No related tags found
2 merge requests!143Release 0.15.0,!134Resolve "Fix mypy errors in models.py and complete type hints"
Pipeline #49502 passed with warnings
......@@ -44,7 +44,7 @@ lint:
.PHONY: lint
mypy:
mypy src/linkahead/common unittests
mypy src/linkahead/common unittests --exclude high_level_api.py --exclude connection.py
.PHONY: mypy
unittest:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment