Skip to content

Suppress mypy errors due to untyped libraries#62

Open
hettlage wants to merge 1 commit intoAEONplus:mainfrom
saltastroops:suppress-untyped-library-errors
Open

Suppress mypy errors due to untyped libraries#62
hettlage wants to merge 1 commit intoAEONplus:mainfrom
saltastroops:suppress-untyped-library-errors

Conversation

@hettlage
Copy link
Copy Markdown
Contributor

Several libraries used by AEONlib don't have type hints and therefore give errors when you type-check with mypy. The pyproject.toml file has been updated to tell mypy to ignore these libraries.

The only error remaining is for the lxml library. There exists a typing package for this library. I would suggest to add this as a dev dependency and remove it from the optional dependency group "lt".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant