chore: standardise structure (`.gitignore` & `_mapdata.rb`) [skip ci]
[arvados-formula.git] / .pre-commit-config.yaml
index 86cf5fac57eb7e67855f1a782d1563fdd422968f..8cf7f978d984406ad5b599112428ef12a9b75af3 100644 (file)
@@ -17,8 +17,8 @@ repos:
         stages: [manual]
         additional_dependencies: ['@commitlint/config-conventional@8.3.4']
         always_run: true
-  - repo: https://github.com/adithyabsk/mirrors-rubocop
-    rev: v0.91.0
+  - repo: https://github.com/rubocop-hq/rubocop
+    rev: v1.9.1
     hooks:
       - id: rubocop
         name: Check Ruby files with rubocop
@@ -33,7 +33,7 @@ repos:
         files: ^.*\.(sh|bash|ksh)$
         types: []
         args: []
-  - repo: https://github.com/adrienverge/yamllint.git
+  - repo: https://github.com/adrienverge/yamllint
     rev: v1.23.0
     hooks:
       - id: yamllint
@@ -47,9 +47,10 @@ repos:
       - id: salt-lint
         name: Check Salt files using salt-lint
         files: ^.*\.(sls|jinja|j2|tmpl|tst)$
-#   - repo: https://github.com/myint/rstcheck
-#     rev: 3f929574
-#     hooks:
-#       - id: rstcheck
-#         name: Check reST files using rstcheck
-#         args: [--report=warning]
+  - repo: https://github.com/myint/rstcheck
+    rev: 3f929574
+    hooks:
+      - id: rstcheck
+        name: Check reST files using rstcheck
+        exclude: 'docs/CHANGELOG.rst'
+        args: [--report=warning]