Is there a way to have target local pylint/mypy arguments? For example, I want my core projects to have extremely strict lint and type checking requirements, while allowing things to be a bit looser in leaf projects?
h
happy-kitchen-89482
12/15/2021, 9:09 PM
I think not, but @hundreds-father-404 would know best
h
hundreds-raincoat-83920
12/15/2021, 9:37 PM
It looks I can do package-level configuration of mypy, I can’t seem to do it with pylint. Maybe I just need to not use pylint 🙂
h
happy-kitchen-89482
12/15/2021, 9:54 PM
How are you doing that? With package-level mypy.conf?
This does seem like useful functionality to have, after Eric weighs in maybe a feature request would make sense
There may already be a way to do this that I'm missing