Closed sbellem closed 6 years ago
This helps to catch "style" deviations, such as improper indentation, unused imports, etc.
flake8 is commonly used for this
flake8
The goal of this issue is to setup the check in travis with "relaxed" conventions.
Conventions such as line length, single quotes vs double quotes, etc, can be established afterwards.
To diminish the risk of introducing errors at the expense of :"style", code coverage (e.g. #10) should be given priority.
For more on code quality tools see https://github.com/PyCQA.
Things to fix (full report):
Closing as this was handled in https://github.com/initc3/HoneyBadgerBFT-Python/pull/1
This helps to catch "style" deviations, such as improper indentation, unused imports, etc.
flake8
is commonly used for thisThe goal of this issue is to setup the check in travis with "relaxed" conventions.
Conventions such as line length, single quotes vs double quotes, etc, can be established afterwards.
To diminish the risk of introducing errors at the expense of :"style", code coverage (e.g. #10) should be given priority.
For more on code quality tools see https://github.com/PyCQA.
Things to fix (full report):