mirror of
https://github.com/qurator-spk/ocrd_repair_inconsistencies.git
synced 2025-07-26 02:39:55 +02:00
pylint karma
This commit is contained in:
parent
e16438a377
commit
d5094ee42b
3 changed files with 33 additions and 11 deletions
24
.pylintrc
Normal file
24
.pylintrc
Normal file
|
@ -0,0 +1,24 @@
|
|||
[MASTER]
|
||||
|
||||
[MESSAGES CONTROL]
|
||||
disable =
|
||||
ungrouped-imports,
|
||||
bad-continuation,
|
||||
missing-docstring,
|
||||
no-self-use,
|
||||
superfluous-parens,
|
||||
invalid-name,
|
||||
line-too-long,
|
||||
too-many-arguments,
|
||||
too-many-branches,
|
||||
too-many-statements,
|
||||
too-many-locals,
|
||||
too-few-public-methods,
|
||||
wrong-import-order,
|
||||
duplicate-code
|
||||
|
||||
# allow indented whitespace (as required by interpreter):
|
||||
no-space-check=empty-line
|
||||
|
||||
# allow non-snake-case identifiers:
|
||||
good-names=n,i
|
Loading…
Add table
Add a link
Reference in a new issue