mypy version 1.20 introduced several regressions they still have not fixed in 1.20.1. It's getting somewhat annoying to have to manually rollback the version of the mypy pre-commit hook across the repos I have auto-update actions set up in.
It would be nice if there was a way to either tell autoupdate which repos to update (opt-in) or which repos to exclude (opt-out), such that we could exclude mypy for the time being.
Alternatively, maybe there could be a list of tags to ignore when autoupdating? #1325 could be supported by adding nightly to the ignore version list for that repo.
mypy version 1.20 introduced several regressions they still have not fixed in 1.20.1. It's getting somewhat annoying to have to manually rollback the version of the mypy pre-commit hook across the repos I have auto-update actions set up in.
It would be nice if there was a way to either tell autoupdate which repos to update (opt-in) or which repos to exclude (opt-out), such that we could exclude mypy for the time being.
Alternatively, maybe there could be a list of tags to ignore when autoupdating? #1325 could be supported by adding
nightlyto the ignore version list for that repo.