Skip to content

Commit 08332f5

Browse files
committed
ci(pre-commit): update hook for rubocop [skip ci]
* Automated using myii/ssf-formula#290
1 parent 147c996 commit 08332f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ repos:
1717
stages: [manual]
1818
additional_dependencies: ['@commitlint/[email protected]']
1919
always_run: true
20-
- repo: https://github.com/adithyabsk/mirrors-rubocop
21-
rev: v0.91.0
20+
- repo: https://github.com/rubocop-hq/rubocop
21+
rev: v1.9.1
2222
hooks:
2323
- id: rubocop
2424
name: Check Ruby files with rubocop
@@ -33,7 +33,7 @@ repos:
3333
files: ^.*\.(sh|bash|ksh)$
3434
types: []
3535
args: []
36-
- repo: https://github.com/adrienverge/yamllint.git
36+
- repo: https://github.com/adrienverge/yamllint
3737
rev: v1.23.0
3838
hooks:
3939
- id: yamllint

0 commit comments

Comments
 (0)