Hi all, made an issue about the mypy plugin but ju...
# general
f
Hi all, made an issue about the mypy plugin but just want to bump it here in case I’m doing something wrong and there’s a simple fix: https://github.com/pantsbuild/pants/issues/9177
h
Hm, looking. Thanks for bumping this
Btw, did you try upgrading from 1.21.0 to 1.22.0 first? Followed by 1.23.0. It might help us to isolate the issue, and that way you will see every deprecation we’ve made, which gives hints on what to do to prepare for upcoming changes. I recommend bumping the version in
pants.ini
, then running
./pants
,
./pants list :: > /dev/null
, and
./pants filedeps :: > /dev/null
, along with MyPy (given this issue) and possibly a CI run if you have the time. No need to actually check in to your repo that incremental version bump, but helps for a smoother upgrade experience
f
hey Eric, I’ll try to get to this and report back