Opened 7 years ago

Closed 7 years ago

#27668 closed Cleanup/optimization (duplicate)

Autocheck compliance with Python docstring conventions.

Reported by: Anton Samarchyan Owned by: nobody
Component: Core (Other) Version: dev
Severity: Normal Keywords:
Cc: desecho@… Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Start using flake8-docstring to make sure PEP 257 is being followed.

Change History (3)

comment:1 by Tim Graham, 7 years ago

How many warnings are there to fix? Previous discussion in #25263 felt this wasn't worth it.

comment:2 by Mads Jensen, 7 years ago

Similar PR to clean up. I used PyCharm to fix some of it, and there's actually a lot of docstrings that don't follow the convention.

comment:3 by Tim Graham, 7 years ago

Component: UncategorizedCore (Other)
Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top