Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
0ee69f82
Commit
0ee69f82
authored
Oct 31, 2019
by
Yan Ni
Committed by
QuanluZhang
Oct 31, 2019
Browse files
modify pylint rules (#1663)
parent
4aea99dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
pylintrc
pylintrc
+2
-2
No files found.
pylintrc
View file @
0ee69f82
...
@@ -28,7 +28,7 @@ enable= unused-wildcard-import,
...
@@ -28,7 +28,7 @@ enable= unused-wildcard-import,
line-too-long,
line-too-long,
unused-variable,
unused-variable,
wildcard-import,
wildcard-import,
useless-super-delegation,
#
useless-super-delegation,
len-as-condition,
len-as-condition,
logging-format-interpolation,
logging-format-interpolation,
redefined-builtin,
redefined-builtin,
...
@@ -42,7 +42,7 @@ enable= unused-wildcard-import,
...
@@ -42,7 +42,7 @@ enable= unused-wildcard-import,
# too-many-branches,
# too-many-branches,
# protected-access
# protected-access
ignore-patterns=test
.py
ignore-patterns=test
*
# List of members which are set dynamically and missed by pylint inference
# List of members which are set dynamically and missed by pylint inference
generated-members=numpy.*,torch.*
generated-members=numpy.*,torch.*
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment