We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1496c commit a5a4b77Copy full SHA for a5a4b77
CONTRIBUTING.md
@@ -11,7 +11,7 @@ pay attention to a few things:
11
12
# Coding and documentation Style
13
14
-- The coding style follows [PEP-8: Style Guide for Python Code][https://www.python.org/dev/peps/pep-0008/] (~100 chars/lines is a good limit)
+- The coding style follows [PEP-8: Style Guide for Python Code](https://www.python.org/dev/peps/pep-0008/) (~100 chars/lines is a good limit)
15
- The documentation style follows [PEP-257: Docstring Conventions](https://www.python.org/dev/peps/pep-0257/)
16
17
A good practice is to frequently run you code through `tox -e lint`.
0 commit comments