feat(resources): add state to register virtual_machines
[arvados-formula.git] / .pre-commit-config.yaml
index 3dc79faf45927afe450f1147c4b2d3fa3c56e6d5..ea8271b95a32f74a04d00242aa9826a9a777ed23 100644 (file)
@@ -17,23 +17,22 @@ repos:
         stages: [manual]
         additional_dependencies: ['@commitlint/config-conventional@8.3.4']
         always_run: true
         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
         args: [--debug]
         always_run: true
         pass_filenames: false
     hooks:
       - id: rubocop
         name: Check Ruby files with rubocop
         args: [--debug]
         always_run: true
         pass_filenames: false
-  - repo: https://github.com/jumanjihouse/pre-commit-hooks
-    rev: 2.1.3
+  - repo: https://github.com/shellcheck-py/shellcheck-py
+    rev: v0.7.1.1
     hooks:
       - id: shellcheck
         name: Check shell scripts with shellcheck
         files: ^.*\.(sh|bash|ksh)$
         types: []
     hooks:
       - id: shellcheck
         name: Check shell scripts with shellcheck
         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
     rev: v1.23.0
     hooks:
       - id: yamllint
@@ -52,4 +51,5 @@ repos:
     hooks:
       - id: rstcheck
         name: Check reST files using rstcheck
     hooks:
       - id: rstcheck
         name: Check reST files using rstcheck
+        exclude: 'docs/CHANGELOG.rst'
         args: [--report=warning]
         args: [--report=warning]