-
Type:
Improvement
-
Resolution:
Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s:
None
-
-
- Kill yapf in favor of black. Replace the YapfLinter class with a BlackLinter
- Disable or change any pylint checks that fail as a result.
- Consider relaxing a number of pydocstyle checks which tend to result in useless comments being added to appease the linter.
- D103: Missing docstring in public function
- D107: Missing docstring in _init_
- D100: Missing docstring in public module
- D101: Missing docstring in public class
- D200: One-line docstring should fit on one line with quotes