mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-08 12:34:17 +00:00
Only check merge conflicts on conflict commits
This commit is contained in:
parent
34444ba2c7
commit
635fa7dd9d
3 changed files with 73 additions and 17 deletions
2
pylintrc
2
pylintrc
|
|
@ -1,5 +1,5 @@
|
|||
[MESSAGES CONTROL]
|
||||
disable=bad-open-mode,invalid-name,missing-docstring,redefined-outer-name,star-args
|
||||
disable=bad-open-mode,invalid-name,missing-docstring,redefined-outer-name,star-args,locally-disabled
|
||||
|
||||
[REPORTS]
|
||||
output-format=colorized
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue