Added missing ignore
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
GitLab service scheduled maintenance on Friday, March 21st 2025 as of 08h00 Geneva time for an estimated period of 1 hour. Further information under OTG0154918.
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