commit | 6080c9b28b0e083373465e76d9445803d7c8d2c3 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Thu Jul 18 10:43:09 2024 -0400 |
committer | GitHub <noreply@github.com> | Thu Jul 18 14:43:09 2024 +0000 |
tree | b3360ec6dfba46e509fa92a4971d701225142223 | |
parent | 66bb947c9708526c4c37adf7a351a0a37c5455e2 [diff] [blame] |
Transition to Tox (#1617)
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