Commit 0ee69f82 authored by Yan Ni's avatar Yan Ni Committed by QuanluZhang
Browse files

modify pylint rules (#1663)

parent 4aea99dd
......@@ -28,7 +28,7 @@ enable= unused-wildcard-import,
line-too-long,
unused-variable,
wildcard-import,
useless-super-delegation,
# useless-super-delegation,
len-as-condition,
logging-format-interpolation,
redefined-builtin,
......@@ -42,7 +42,7 @@ enable= unused-wildcard-import,
# too-many-branches,
# protected-access
ignore-patterns=test.py
ignore-patterns=test*
# List of members which are set dynamically and missed by pylint inference
generated-members=numpy.*,torch.*
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment