Has anyone had any issues with ICs after trying ou...
# development
b
Has anyone had any issues with ICs after trying out 2.19.0? I'm trying to narrow down my issue, but so far I'm seeing that running flake8 is requesting Python 3.7, even though my ICs are
==3.8.*
Interesting, if I comment out
[flake8].source_plugins
I don't see the error
Welp, figured it out
b
b
My interpreter constraints were ambiguous, so I guess they were being interpreted over way before and another way after