<@UB2J9BQA0>: <https://travis-ci.com/github/pantsb...
# development
w
@hundreds-father-404: https://travis-ci.com/github/pantsbuild/pants/jobs/364448328 has suddenly decided to mypy a lot more stuff than i was expecting… possibly some stuff was failing to check before due to missing inits? unclear.
👀 1
should i just … nolint them?
h
Those look legit. I can fix them tomorrow morning. I kinda find fixing MyPy issues therapeutic 😂
w
well, yea: they look legit… just maybe not related?
but yea, got it… in the meantime should i “nolint” them? not sure how to skip stuff safely
h
So that you can land it? It’d be better to not do that imo. Generally you use # type: ignore[code]
w
k. i’ll wait until the rest is green and see where it’s at