mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-08 20:44:18 +00:00
Remove @entry decorator (and misc cleanup)
This commit is contained in:
parent
9bfa01da81
commit
2f1d2bbe5b
13 changed files with 25 additions and 88 deletions
2
pylintrc
2
pylintrc
|
|
@ -1,5 +1,5 @@
|
|||
[MESSAGES CONTROL]
|
||||
disable=missing-docstring,abstract-method,redefined-builtin,invalid-name,no-value-for-parameter,redefined-outer-name,no-member,bad-open-mode
|
||||
disable=bad-open-mode,invalid-name,missing-docstring,redefined-outer-name
|
||||
|
||||
[REPORTS]
|
||||
output-format=colorized
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue