Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9342946
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
652 B
Subscribers
None
View Options
diff --git a/mypy.ini b/mypy.ini
index e7d2e8bf..4ca3af90 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -1,18 +1,23 @@
[mypy]
namespace_packages = True
warn_unused_ignores = True
# support for sqlalchemy magic: see https://github.com/dropbox/sqlalchemy-stubs
plugins = sqlmypy
# 3rd party libraries without stubs (yet)
[mypy-pkg_resources.*]
ignore_missing_imports = True
[mypy-psycopg2.*]
ignore_missing_imports = True
[mypy-pytest.*]
ignore_missing_imports = True
+
+# temporary work-around for landing typing support in spite of the current
+# journal<->storage dependency loop
+[mypy-swh.journal.*]
+ignore_missing_imports = True
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Fri, Jul 4, 1:08 PM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3261433
Attached To
rDSTO Storage manager
Event Timeline
Log In to Comment