database: initial manifestlist schema changes
This commit is contained in:
parent
4f95a814c0
commit
9cfd6ec452
2 changed files with 196 additions and 13 deletions
2
pylintrc
2
pylintrc
|
@ -9,7 +9,7 @@
|
|||
# --enable=similarities". If you want to run only the classes checker, but have
|
||||
# no Warning level messages displayed, use"--disable=all --enable=classes
|
||||
# --disable=W"
|
||||
disable=missing-docstring,invalid-name,too-many-locals
|
||||
disable=missing-docstring,invalid-name,too-many-locals,too-few-public-methods,too-many-lines
|
||||
|
||||
[TYPECHECK]
|
||||
|
||||
|
|
Reference in a new issue