I am trying to update to pants 2.15.0 and even wit...
# general
r
I am trying to update to pants 2.15.0 and even with
skip_mypy=True
set in
___defaults___
, pants check is running mypy. It was working with 2.14 though i.e. skipping mypy check correctly.
1
I think it’s a bug 😞
c
a repro would be great
👍 1
r
I successfully failed to reproduce. Good news! Worse for me though. Need to figure out what’s broken 😢
c
so, for the repro case there’s no issue, mypy is skipped, but it is not skipped in your real project. is that correct?
👍 1
r
I think I figured it out. It’s because I was using defaults in sub directory without specifying
extend=True
and hence
skip_mypy
option was getting overwritten. I was setting defaults for batching tests which is available from 2.15.