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 ddff344 commit 4aa6455Copy full SHA for 4aa6455
test/functional/README.md
@@ -17,7 +17,7 @@ don't have test cases for.
17
18
#### Style guidelines
19
20
-- Where possible, try to adhere to [PEP-8 guidelines]([https://www.python.org/dev/peps/pep-0008/)
+- Where possible, try to adhere to [PEP-8 guidelines](https://www.python.org/dev/peps/pep-0008/)
21
- Use a python linter like flake8 before submitting PRs to catch common style
22
nits (eg trailing whitespace, unused imports, etc)
23
- Avoid wildcard imports where possible
0 commit comments