Update pre-commit and its dependencies - #854
Conversation
rm -rf build
conda clean --all --y
conda env create -f conda/dev.yml -n zppy-pr854-envfails with: |
|
From Claude: as of the current So your options are: Option A (recommended, safe fix): Don't bump Revert the isort bump in all three files: - - id: isort
- rev: 8.0.1
+ rev: 6.0.1 # or latest 6.x- - isort ==8.0.1
+ - isort ==6.0.1 # or latest 6.x- "isort==8.0.1",
+ "isort==6.0.1", # or latest 6.xOption B: If you specifically need isort 7 or 8 features, you'd need to either drop Given this is likely output from |
|
Went with Option A ( |
|
The bot will try to update this every month. Best to drop flake8-isort. @andrewdnolan will have a sense. |
|
Hey @forsyth2! Just getting back from vacation. Seems like it might be a good time to switch to
|
This PR was auto-generated to update pre-commit and its dependencies.