Skip to content

Commit

Permalink
Merge pull request #52 from mrlesmithjr/mrlesmithjr/issue51
Browse files Browse the repository at this point in the history
Update Python requirements and pre-commit
  • Loading branch information
mrlesmithjr authored Jun 3, 2023
2 parents fb408ec + 5aeb44c commit 7637cd4
Show file tree
Hide file tree
Showing 6 changed files with 454 additions and 791 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
args: [--branch, develop, --branch, master, --branch, main]
- id: trailing-whitespace
- repo: https://github.com/ansible-community/ansible-lint
rev: v6.14.6
rev: v6.17.0
hooks:
- id: ansible-lint
- repo: https://github.com/psf/black
Expand All @@ -27,6 +27,6 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/adrienverge/yamllint
rev: v1.30.0
rev: v1.32.0
hooks:
- id: yamllint
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ Larry Smith Jr.
- [mrlesmithjr@gmail.com](mailto:mrlesmithjr@gmail.com)
- [http://everythingshouldbevirtual.com](http://everythingshouldbevirtual.com)

<a href="https://www.buymeacoffee.com/mrlesmithjr" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>

> NOTE: Repo has been created/updated using [https://github.com/mrlesmithjr/cookiecutter-ansible-role](https://github.com/mrlesmithjr/cookiecutter-ansible-role) as a template.
Loading

0 comments on commit 7637cd4

Please sign in to comment.