Age | Commit message (Collapse) | Author |
|
updates:
- [github.com/psf/black: 22.6.0 → 22.8.0](https://github.com/psf/black/compare/22.6.0...22.8.0)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
|
* Fix `pre-commit` Issues
This change fixes `.pre-commit-config.yaml` so that `main` no longer has
errors on it. To accomplish that, two things had to be done:
* Update the version of `black` that `pre-commit` uses to match what `tox` uses.
* Run `pre-commit run --all-files` and commit the results
Co-authored-by: Kate Case <this.is@katherineca.se>
|
|
Updating collection_prep pre-commit hook to 0.9.4
Committed via https://github.com/asottile/all-repos
Reviewed-by: None <None>
|
|
's/0.9.[12]/0.9.3/' (#210)
git ls-files -z -- .pre-commit-config.yaml | xargs -0 sed -i 's/0.9.[12]/0.9.3/'
Depends-On: ansible/ansible-zuul-jobs#1101
Committed via https://github.com/asottile/all-repos
Reviewed-by: None <None>
|
|
Update collection_prep version in pre-commit-config
Reviewed-by: https://github.com/apps/ansible-zuul
|
|
Add pre-commit config file
Reviewed-by: https://github.com/apps/ansible-zuul
|