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

Exclude test_high_level_api from mypy

parent 608d02ec
No related branches found
No related tags found
2 merge requests!143Release 0.15.0,!135Add and fix more type hints
......@@ -44,7 +44,7 @@ lint:
.PHONY: lint
mypy:
mypy src/linkahead/common unittests --exclude high_level_api.py --exclude connection.py
mypy src/linkahead/common unittests
.PHONY: mypy
unittest:
......
......@@ -21,7 +21,7 @@
#
# Test high level api module
# A. Schlemmer, 02/2022
# type: ignore
import linkahead as db
from linkahead.high_level_api import (convert_to_entity, convert_to_python_object,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment