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
Branches
Tags
2 merge requests!143Release 0.15.0,!135Add and fix more type hints
...@@ -44,7 +44,7 @@ lint: ...@@ -44,7 +44,7 @@ lint:
.PHONY: lint .PHONY: lint
mypy: mypy:
mypy src/linkahead/common unittests --exclude high_level_api.py --exclude connection.py mypy src/linkahead/common unittests
.PHONY: mypy .PHONY: mypy
unittest: unittest:
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
# #
# Test high level api module # Test high level api module
# A. Schlemmer, 02/2022 # A. Schlemmer, 02/2022
# type: ignore
import linkahead as db import linkahead as db
from linkahead.high_level_api import (convert_to_entity, convert_to_python_object, 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.
Please register or to comment