typing: minimal changes to make a no-op mypy run pass
a few notes on these mypy adaptations, probably the most complicated thus far for an almost no-op run:
-
some lines got overlong, most notably due to the Union[AbstractAttribute, ...] cases. They will get much nicer looking with Python 3.7, as we will then be able to anticipate the type annotation and get rid of "type: ". The line breaks will also be nicer
-
the default_min_bound attribute is really used in a type-inconsistent way, sometime it's a string, sometime a datetime, sometime an integer, etc. That calls for a better interface/abstraction, but I wanted to be minimal here, so I just typed it Any for now
Test Plan
tox -e mypy
Migrated from D2123 (view on Phabricator)
Merge request reports
Activity
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DLS/job/tox/415/ See console output for more information: https://jenkins.softwareheritage.org/job/DLS/job/tox/415/console
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DLS/job/tox/416/ See console output for more information: https://jenkins.softwareheritage.org/job/DLS/job/tox/416/console
I've marked this as depending on !107 (closed), as the encoding fix for the CRAN lister (formerly known as !111 (closed)) has been integrated there.
! In !110 (closed), @vlorentz wrote: I also prefer the new line-breaking style, there's less space wasted by indentations
I don't understand what you mean here, and whether you're suggesting a better way of breaking lines right now (or with Python >= 3.6). Can you elaborate?
updating !110 (closed)
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DLS/job/tox/429/ See console output for more information: https://jenkins.softwareheritage.org/job/DLS/job/tox/429/console
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DLS/job/tox/430/ See console output for more information: https://jenkins.softwareheritage.org/job/DLS/job/tox/430/console
Build was aborted
Link to build: https://jenkins.softwareheritage.org/job/DLS/job/tox/452/ See console output for more information: https://jenkins.softwareheritage.org/job/DLS/job/tox/452/console
Build was aborted
Link to build: https://jenkins.softwareheritage.org/job/DLS/job/tox/453/ See console output for more information: https://jenkins.softwareheritage.org/job/DLS/job/tox/453/console
Build was aborted
Link to build: https://jenkins.softwareheritage.org/job/DLS/job/tox/459/ See console output for more information: https://jenkins.softwareheritage.org/job/DLS/job/tox/459/console
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DLS/job/tox/462/ See console output for more information: https://jenkins.softwareheritage.org/job/DLS/job/tox/462/console