Skip to content
Snippets Groups Projects
Commit 1b8f1303 authored by Paul McCarthy's avatar Paul McCarthy
Browse files

More contribution update

parent a2c59872
No related branches found
No related tags found
No related merge requests found
...@@ -68,10 +68,16 @@ Coding conventions ...@@ -68,10 +68,16 @@ Coding conventions
- Clear and accurate documentation is good - Clear and accurate documentation is good
Configure your text editor to use [pylint](https://www.pylint.org/) and Configure your text editor to use:
[flake8](http://flake8.pycqa.org/en/latest/).
The following violations of the PEP8 standard are accepted (see - [flake8](http://flake8.pycqa.org/en/latest/): This checks your code for adherence
to the [PEP8](https://www.python.org/dev/peps/pep-0008/) coding standard.
- [pylint](https://www.pylint.org/): This checks that your code follows other
good conventions.
Because I like whitespace and vertical alignment more than PEP8 does, the
following violations of the PEP8 standard are accepted (see
[here](https://pycodestyle.readthedocs.io/en/latest/intro.html#error-codes) [here](https://pycodestyle.readthedocs.io/en/latest/intro.html#error-codes)
for a list of error codes): for a list of error codes):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment