mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2024-11-15 04:07:17 +00:00
Harmonize pylintrc with baseimage repo
This commit is contained in:
parent
48efb39ea5
commit
2796b26d92
@ -1,5 +1,12 @@
|
|||||||
[TYPECHECK]
|
[TYPECHECK]
|
||||||
|
|
||||||
ignored-modules = zmq
|
ignored-modules = zmq
|
||||||
max-line-length = 150
|
max-line-length = 120
|
||||||
disable = missing-docstring, too-few-public-methods, invalid-name
|
disable = missing-docstring, too-few-public-methods, invalid-name
|
||||||
|
|
||||||
|
[SIMILARITIES]
|
||||||
|
|
||||||
|
min-similarity-lines=6
|
||||||
|
ignore-comments=yes
|
||||||
|
ignore-docstrings=yes
|
||||||
|
ignore-imports=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user