Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
name: isort (python)

- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black

Expand All @@ -39,12 +39,12 @@ repos:
- id: flake8

- repo: https://github.com/tox-dev/tox-ini-fmt
rev: 0.6.1
rev: 1.0.0
hooks:
- id: tox-ini-fmt

- repo: https://github.com/ansible/ansible-lint.git
rev: v6.14.2
rev: v6.14.4
hooks:
- id: ansible-lint
# entry: env ANSIBLE_ROLES_PATH=../ ansible-lint
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ isolated_build = true
skipsdist = true

[testenv]
passenv =
*
deps =
py39: ansible
py39: molecule[docker]
py39: pre-commit
passenv =
*
commands =
molecule test