Skip to content
Snippets Groups Projects
Commit 65ec6470 authored by Frederik Hennig's avatar Frederik Hennig
Browse files

fix mypy: ignore sympy imports

parent e996d33d
No related branches found
No related tags found
1 merge request!8Add CONFIG_MODULE parameter to CMake function. Add Tests for CMake Integration.
Pipeline #71513 passed
......@@ -3,3 +3,6 @@ python_version=3.10
[mypy-pystencils.*]
ignore_missing_imports=true
[mypy-sympy.*]
ignore_missing_imports=true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment