You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/03/25 17:05:31 UTC

[GitHub] [incubator-superset] ktmud commented on issue #9378: chore: bump black to 19.10b0 and mypy to 0.7000

ktmud commented on issue #9378: chore: bump black to 19.10b0 and mypy to 0.7000
URL: https://github.com/apache/incubator-superset/pull/9378#issuecomment-603964736
 
 
   > Out of interest why was the mypy version bumped as this seems unrelated to black?
   
   I was seeing this error while `pip install -r requirements.txt`:
   
   > ERROR: mypy 0.670 has requirement typed-ast<1.4.0,>=1.3.1, but you'll have typed-ast 1.4.1 which is incompatible.
   
   It seems like `black` has upgraded `typed-ast` therefore `mypy` also needs to be upgrade. There was actually an error in the original commit. It should have been upgrade to 0.770, not 0.700.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org