-
Notifications
You must be signed in to change notification settings - Fork 479
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1810 from sypark9646/style/pylint-style
Update tests/runtest.py to match the pylint code style. Simply run pylint with the filename would show the warnings. And also it's possible to check only a specific warning like below: $ pylint --disable R,C,W,E --enable W0612 tests/runtest.py Fixed: #1497 Signed-off-by: Namhyung Kim <[email protected]>
- Loading branch information
Showing
1 changed file
with
19 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters