Skip to content
Snippets Groups Projects
Commit c08c10b1 authored by David Douard's avatar David Douard
Browse files

run mypy with --install-types by default

Which allows to remove the dependency on types-pyyaml in [testing]
extra.
parent bd8e324c
No related branches found
No related tags found
No related merge requests found
[mypy]
namespace_packages = True
warn_unused_ignores = True
install_types = True
non_interactive = True
# 3rd party libraries without stubs (yet)
[mypy-dulwich.*]
ignore_missing_imports = True
......
......@@ -4,4 +4,3 @@ pytest-mock
pyyaml
swh.core[testing]
swh.graph
types-pyyaml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment