commit | f3152224a9493c0432245631a252a8b9cf2dcc4f | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Fri Jul 19 00:40:24 2024 -0400 |
committer | GitHub <noreply@github.com> | Fri Jul 19 04:40:24 2024 +0000 |
tree | e5f6e19894777896b03caf642edb425df1c7e99f | |
parent | 998d306b4e9ed913852b6f8d96138f3edb4fa17c [diff] [blame] |
[stable/zed] Transition to Tox (#1642)
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