Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pre-commit hook URLs. (#9433)
Following up on #9412, this PR updates some pre-commit hook URLs that have moved. This now uses the canonical URLs instead of a redirect. Note: As of PR #9412, the pre-commit configuration is used for style checks on CI. The versions used by pre-commit are in a separate virtual environment from any linters/formatters in the user's local/conda environment. I also updated the pinned versions of `flake8`, `pydocstyle`, and `isort`, which are more than a year old. The updates to these hooks do not require any changes to the code for compliance, and I do not anticipate any PR conflicts. Users of pre-commit will be automatically upgraded next time pre-commit runs. I did not upgrade `black` or `mypy`: - Upgrading `black` to the latest version introduces a relatively large number of small formatting changes and should be handled in a separate PR. - Upgrading `mypy` to the latest version introduces an issue I reported in #9300 and should be handled in a separate PR. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Vyas Ramasubramani (https://github.com/vyasr) - Ashwin Srinath (https://github.com/shwina) URL: #9433
- Loading branch information