test(rubocop): switch to using pre-commit's built-in file filtering

* only run `rubocop` when relevant files have changed
This commit is contained in:
Dafydd Jones 2023-11-10 15:36:27 +00:00
parent 2eada5a13e
commit c3b4c14070

View file

@ -31,8 +31,6 @@ repos:
- id: rubocop
name: Check Ruby files with rubocop
args: [--debug]
always_run: true
pass_filenames: false
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.6
hooks: