Skip to content

Added missing ignore

Luis Aleixo requested to merge feature/mypy into master

With the newest vaccination script the pipeline was failing due to a missing ignore instruction:

[mypy-tabulate.*]
ignore_missing_imports = True

Added to setup.cfg

Merge request reports