chore: fix markdownlint
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 7a3eed5..e621fc8 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -33,7 +33,8 @@
     hooks:
       - id: isort
 
-  - repo: https://github.com/markdownlint/markdownlint
-    rev: v0.12.0
+  - repo: https://github.com/igorshubovych/markdownlint-cli
+    rev: v0.32.2
     hooks:
       - id: markdownlint
+        args: ["--ignore=CHANGELOG.md"]