summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
AgeCommit message (Collapse)Author
2022-09-07[pre-commit.ci] pre-commit autoupdate (#272)pre-commit-ci[bot]
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>
2022-09-02Fix `pre-commit` Issues (#223)Shawn Wilsher
* 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>
2021-09-17Updating collection_prep pre-commit hook to 0.9.4 (#213)Nathaniel Case
Updating collection_prep pre-commit hook to 0.9.4 Committed via https://github.com/asottile/all-repos Reviewed-by: None <None>
2021-09-07git ls-files -z -- .pre-commit-config.yaml | xargs -0 sed -i ↵Nathaniel Case
'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>
2021-03-31Update collection_prep version in pre-commit-config (#146)GomathiselviS
Update collection_prep version in pre-commit-config Reviewed-by: https://github.com/apps/ansible-zuul
2021-02-18Add pre-commit config file (#116)Nathaniel Case
Add pre-commit config file Reviewed-by: https://github.com/apps/ansible-zuul