CSCfi / metadata-submitter

Metadata Submission Interface for SDA
https://metadata-submitter.rtfd.io
MIT License
3 stars 2 forks source link

Feature/mypyconfig #789

Closed gimppa closed 1 year ago

gimppa commented 1 year ago

Description

Added mypy configuration to pyproject.toml, to make programming environments among developers more consistent.

This breaks github workflows, because of increased strictness of type checking. Updating typing is work in progress.

Type of change

Testing

csc-felipe commented 1 year ago

I think we can close this, as #790 includes these changes.