mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-09 14:40:53 +00:00
Add duplicate-code and cyclic-import to pylintrc
This commit is contained in:
@ -128,6 +128,8 @@ disable=print-statement,
|
|||||||
dict-keys-not-iterating,
|
dict-keys-not-iterating,
|
||||||
dict-values-not-iterating,
|
dict-values-not-iterating,
|
||||||
missing-docstring,
|
missing-docstring,
|
||||||
|
cyclic-import,
|
||||||
|
duplicate-code,
|
||||||
|
|
||||||
# Enable the message, report, category or checker with the given id(s). You can
|
# Enable the message, report, category or checker with the given id(s). You can
|
||||||
# either give multiple identifier separated by comma (,) or put this option
|
# either give multiple identifier separated by comma (,) or put this option
|
||||||
|
|||||||
Reference in New Issue
Block a user