mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Better project structure
This commit is contained in:
parent
f31f092f9b
commit
1746a97e24
52 changed files with 221 additions and 189 deletions
19
pylintrc
Normal file
19
pylintrc
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue