Open
Description
pre-commit ends up having duplicate evaluated checks.
Can we add uniq
on the evaluated check method to avoid duplication?
---
:checks_remove: []
:checks_add:
- :local
- :debugger
- :rubocop
- :ruby_symbol_hashrockets
- :white_space
ruby
check is from local.
$ pre-commit list
Available providers: default(0) git(10) git_old(11) yaml(20) env(30)
Available checks : before_all .......
Default checks : ruby
Enabled checks : ruby local debugger rubocop ruby_symbol_hashrockets white_space
Evaluated checks : pry local local debugger rubocop ruby_symbol_hashrockets white_space
Default warnings :
Enabled warnings :
Evaluated warnings :
Metadata
Metadata
Assignees
Labels
No labels