test: fix image name + pre-commit
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index b2bf0ab..8c0dcdb 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -6,8 +6,10 @@
         stages:
           - commit-msg
 
-  - repo: https://github.com/ansible-community/ansible-lint
-    rev: v6.6.0
+  # NOTE(mnaser): Switch back to upstream once the following PR is merged:
+  #               https://github.com/ansible/ansible-lint/pull/2457
+  - repo: https://github.com/mnaser/ansible-lint
+    rev: aa2b8d1
     hooks:
       - id: ansible-lint
         files: \.(yaml|yml)$