Switch to pre-commit for rstcheck
[integration/test.git] / .pre-commit-config.yaml
index 91ee655f9f6c76c0c17112bfc016840cb53be235..b726c5a88169e47599bc45f210ad901fd95a7410 100644 (file)
@@ -9,3 +9,12 @@
   rev: v0.11.0
   hooks:
   - id: gitlint
+
+- repo: local
+  hooks:
+    - id: rstcheck
+      name: rstcheck
+      entry: rstcheck
+      files: '\.rst'
+      language: python
+      additional_dependencies: [rstcheck, sphinx]