commit | 134680ae93384ca615a65ef70b4dd80d11cb6615 | [log] [tgz] |
---|---|---|
author | vexxhost-bot <105816074+vexxhost-bot@users.noreply.github.com> | Fri Jul 19 04:30:48 2024 +0200 |
committer | GitHub <noreply@github.com> | Fri Jul 19 02:30:48 2024 +0000 |
tree | 37170288922ba5aacefe4e8cafc6d865a2717760 | |
parent | 9b4caa42858f9ffcf22e2f66744a843eb9eacdca [diff] [blame] |
[stable/2023.2] Transition to Tox (#1633) This is an automated cherry-pick of #1617 /assign mnaser
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