Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Fix mypy errors #4

Closed
staticdev opened this issue Apr 6, 2020 · 1 comment
Closed

Fix mypy errors #4

staticdev opened this issue Apr 6, 2020 · 1 comment

Comments

@staticdev
Copy link
Owner

staticdev commented Apr 6, 2020

src/toml_validator/console.py:6: error: Cannot find implementation or library stub for module named 'tomlkit'
src/toml_validator/console.py:6: note: See https://mypy.readthedocs.io/en/latest/running_mypy.html#missing-imports
src/toml_validator/console.py:7: error: Cannot find implementation or library stub for module named 'tomlkit.exceptions'

staticdev pushed a commit that referenced this issue Apr 6, 2020
@staticdev
Copy link
Owner Author

You have to add third party libraries to mypy.ini to avoid this error.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant