Skip to content

Commit 5d7d1f8

Browse files
add rubocop to pre-commit
1 parent 2aa71c9 commit 5d7d1f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ repos:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-added-large-files
10+
- repo: https://github.com/rubocop/rubocop
11+
rev: v1.69.1
12+
hooks:
13+
- id: rubocop

0 commit comments

Comments
 (0)