Skip to content
Snippets Groups Projects
Commit 49675d39 authored by Amir Rachum's avatar Amir Rachum
Browse files

Updated quickstart.

parent d69edc53
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -14,8 +14,10 @@ Quick Start
$ pydocstyle test.py
test.py:18 in private nested class `meta`:
D101: Docstring missing
test.py:22 in public method `method`:
D102: Docstring missing
test.py:27 in public function `get_user`:
D300: Use """triple double quotes""" (found '''-quotes)
test:75 in public function `init_database`:
D201: No blank lines allowed before function docstring (found 1)
...
 
3. Fix your code :)
Loading
Loading
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