Opened 9 years ago
Closed 9 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 , 9 years ago
comment:2 by , 9 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 , 9 years ago
| Component: | Uncategorized → Core (Other) |
|---|---|
| Resolution: | → duplicate |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
How many warnings are there to fix? Previous discussion in #25263 felt this wasn't worth it.