Open adamcharnock opened 5 months ago
I've removed mypy as part of #127 (4a15aa1a9ff4ad4d9ead874c86f26ce1200ab9fd), because god help me.
Commit message:
Removing mypy. We're all consenting adults here. Let's catch these issues using our IDEs or in PR review. Black catches most of it anyway, #125
Just throwing this out there for discussion. I love
black
, but usingflake
in addition just seems to throw up a bunch of noise that I don't think really makes much difference to code quality (it mostly just results in# noqa
comments for me).mypy
is also being a bit of an irritant too. I did catch an error in a type annotation, but other than that it was (IMHO) just noise:How helpful do other people find these two tools though?
UPDATE: I'd also be happy to replace these with automatic tools such as (example). It isn't the changes I object to, rather it's the manual drudgery of having to follow rules that I'm not really sure I agree with.