mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 01:51:46 +04:00
Allow multiple hooks with same id in .pre-commit-config.yaml
This commit is contained in:
parent
32b662c35f
commit
62f13aea56
5 changed files with 26 additions and 22 deletions
|
|
@ -7,6 +7,8 @@ omit =
|
|||
/usr/*
|
||||
*/tmp*
|
||||
setup.py
|
||||
# Don't complain if non-runnable code isn't run
|
||||
*/__main__.py
|
||||
|
||||
[report]
|
||||
exclude_lines =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue