diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 09e66d3..6b135c3 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -6,5 +6,5 @@ language: system types: [file] files: \.(scala|sbt|sc)$ - stages: [commit] + stages: [pre-commit] pass_filenames: true