ci: align pre-commit Python with tooling config#3633
ci: align pre-commit Python with tooling config#3633d-v-b merged 3 commits intozarr-developers:mainfrom
Conversation
|
@ramanbansal1 thanks for this! One thing I am wondering -- could we achieve the same outcome, but in a more generic way, by adding a |
|
Thanks for the suggestion — a However, pre-commit itself does not consume |
|
However i can create a hook that will check versions and if not found will change it . |
In #3619 and #3624, CI pre-commit checks were observed to flag different issues than local runs due to implicit Python and dependency resolution. This change removes that under-determination by:
Fixes pre-commit is under-determined #3624
This ensures consistent behavior between local development and CI, reducing contributor friction.
TODO:
docs/user-guide/*.mdchanges/