Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8393700
mypy.ini
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
731 B
Subscribers
None
mypy.ini
View Options
[mypy]
namespace_packages
=
True
# due to the conditional import logic on swh.journal, in some cases a specific
# type: ignore is neede, in other it isn't...
warn_unused_ignores
=
False
# support for sqlalchemy magic: see https://github.com/dropbox/sqlalchemy-stubs
plugins
=
sqlmypy
# 3rd party libraries without stubs (yet)
# only shipped indirectly via hypothesis
[mypy-django.*]
ignore_missing_imports
=
True
[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/plain
Expires
Wed, Jun 4, 7:16 PM (3 d, 17 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3267818
Attached To
rDSTOC swh-storage-cassandra
Event Timeline
Log In to Comment