-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pylint & pep257: Resolve issues in python coding style.
This resolves most pylint and pep8 and pep257 issues pointed out via prospector pylint and should be formatted according to black. prospector --profile .prospector.yml ./bindings/python/examples/iio_info.py pylint --rcfile=.pylintrc ./bindings/python/examples/iio_info.py black ./bindings/python/examples/iio_info.py There are still some issues with the way that globals are handled, but I think it is OK for now, and makes the generated doc look better as well. Signed-off-by: Robin Getz <[email protected]>
- Loading branch information
Showing
5 changed files
with
138 additions
and
157 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
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
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
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
Oops, something went wrong.