summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.pre-commit-config.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 57f1810..bbca732 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -56,3 +56,10 @@ repos:
rev: 7.1.2
hooks:
- id: flake8
+
+ # - repo: https://github.com/ansible/ansible-lint
+ # rev: v24.2.0
+ # hooks:
+ # - id: ansible-lint
+ # additional_dependencies:
+ # - ansible-core==2.18.*