Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Sutou Kouhei <[email protected]>
  • Loading branch information
hiroyuki-sato and kou authored Feb 3, 2025
1 parent 13156fc commit 08b0be5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ repos:
- id: rubocop
name: Ruby Format
alias: ruby-format
args: [--autocorrect]
args:
- "--autocorrect"
exclude: >-
(
?^dev/tasks/homebrew-formulae/.*\.rb$|
Expand Down

0 comments on commit 08b0be5

Please sign in to comment.