Migrate to copier-based swh-py-template

This commit is contained in:
David Douard 2023-11-24 18:15:13 +01:00
parent 553884fa56
commit c2402f405f
11 changed files with 144 additions and 179 deletions

View file

@ -1,6 +1,9 @@
[mypy]
namespace_packages = True
warn_unused_ignores = True
explicit_package_bases = True
# ^ Needed for mypy to detect py.typed from swh packages installed
# in editable mode
# 3rd party libraries without stubs (yet)
@ -34,9 +37,6 @@ ignore_missing_imports = True
[mypy-pyreadr.*]
ignore_missing_imports = True
[mypy-pytest.*]
ignore_missing_imports = True
[mypy-pytest_postgresql.*]
ignore_missing_imports = True
@ -63,3 +63,5 @@ ignore_missing_imports = True
[mypy-defusedxml.*]
ignore_missing_imports = True
# [mypy-add_your_lib_here.*]
# ignore_missing_imports = True