Andrew White

Results 2 comments of Andrew White

If the objective is to prevent certain packages from upgrading then `pipx upgrade-all` has a `--skip` flag that can be used for this purpose.

Yes, I agree with @jimmy605, when you pass "2" to is_intable function, int() will convert it's type from 'str' to 'int' so is_intable() returns True. However in sum_intable() it remains...