Pastery

prettifyyaml.py +

 1D:\...Repositories\SashaScrutinizer>pydocstyle 2.\prettifyyaml.py:1 at module level: 3        D100: Missing docstring in public module 4.\prettifyyaml.py:8 in public function `block_style`: 5        D205: 1 blank line required between summary line and description 6(found 0) 7.\prettifyyaml.py:8 in public function `block_style`: 8        D400: First line should end with a period (not 'd') 9.\prettifyyaml.py:8 in public function `block_style`:10        D401: First line should be in imperative mood; try rephrasing (found 'the')11.\prettifyyaml.py:8 in public function `block_style`:12        D403: First word of the first line should be properly capitalized ('The', not 'the')1314D:\...Repositories\SashaScrutinizer>flake8 .15.\prettifyyaml.py:8:1: E302 expected 2 blank lines, found 116.\prettifyyaml.py:11:80: E501 line too long (81 > 79 characters)17.\prettifyyaml.py:29:1: E305 expected 2 blank lines after class or function definition, found 118.\prettifyyaml.py:37:24: W292 no newline at end of file
New paste