Add duplicate-code and cyclic-import to pylintrc

This commit is contained in:
NIC619 2019-07-30 18:01:01 +08:00
parent 437b7665c4
commit 76de01a17d
No known key found for this signature in database
GPG Key ID: 570C35F5C2D51B17

View File

@ -128,6 +128,8 @@ disable=print-statement,
dict-keys-not-iterating,
dict-values-not-iterating,
missing-docstring,
cyclic-import,
duplicate-code,
# 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