Skip to content

Commit

Permalink
Update precommit versions (#258)
Browse files Browse the repository at this point in the history
* update references to ansible.tower to controller, update playbook to be user friendly

* remove file

* update pre commit
  • Loading branch information
sean-m-sullivan authored Jan 18, 2022
1 parent e50948d commit b18c9b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflow-config/.pre-commit-config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
repos:
- repo: 'https://github.com/pre-commit/pre-commit-hooks'
rev: v4.0.1
rev: v4.1.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: 'https://github.com/adrienverge/yamllint.git'
rev: v1.26.1
rev: v1.26.3
hooks:
- id: yamllint
entry: yamllint -c .github/workflow-config/.yamllint.yml
Expand Down Expand Up @@ -36,7 +36,7 @@ repos:
args: [--config=.github/workflow-config/black.cfg, --check, --diff]
types: [python]
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
rev: 4.0.1
hooks:
- id: flake8
name: flake8
Expand Down

0 comments on commit b18c9b9

Please sign in to comment.