mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 18:16:52 +00:00
22 lines
350 B
INI
22 lines
350 B
INI
[MESSAGES CONTROL]
|
|
disable=bad-open-mode,invalid-name,missing-docstring,redefined-outer-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
|
|
|
|
[SIMILARITIES]
|
|
min-similarity-lines=5
|
|
ignore-imports=yes
|