commit | 2be5ecd7e994b0b34bc02b90ff9836efe60ad1ad | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Fri Jul 19 00:38:45 2024 -0400 |
committer | GitHub <noreply@github.com> | Fri Jul 19 04:38:45 2024 +0000 |
tree | 5585725c54a933c8497c6e17133bcde004061dd6 | |
parent | 23d5178489974d2e3091b4941d6bebf4f8cee4c9 [diff] [blame] |
[stable/2023.1] Transition to Tox (#1641)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f42c49e..3cb5d57 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml
@@ -23,3 +23,9 @@ rev: 5.13.2 hooks: - id: isort + args: ["--profile", "black", "--filter-files"] + + - repo: https://github.com/ansible/ansible-lint.git + rev: v24.7.0 + hooks: + - id: ansible-lint