Migrate to copier-based swh-py-template
This commit is contained in:
parent
553884fa56
commit
c2402f405f
11 changed files with 144 additions and 179 deletions
8
mypy.ini
8
mypy.ini
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue