mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-14 13:00:10 -06:00
20 lines
334 B
INI
20 lines
334 B
INI
[MESSAGES CONTROL]
|
|
disable=missing-docstring,abstract-method,redefined-builtin,useless-else-on-loop,redefined-outer-name,invalid-name
|
|
|
|
[REPORTS]
|
|
output-format=colorized
|
|
reports=no
|
|
|
|
[BASIC]
|
|
const-rgx=(([A-Za-z_][A-Za-z0-9_]*)|(__.*__))$
|
|
|
|
[FORMAT]
|
|
max-line-length=131
|
|
|
|
[TYPECHECK]
|
|
ignored-classes=pytest
|
|
|
|
[DESIGN]
|
|
min-public-methods=0
|
|
|