diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 8783e3a..8c1f8a7 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,7 +1,6 @@ - id: golines name: golines description: A golang formatter that fixes long lines. - entry: golines . -w + entry: golines -w types: [go] language: golang - pass_filenames: false \ No newline at end of file