Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-48111

Format Python with Black

    • Server Tooling & Methods
    • 3

      • 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

            Assignee:
            backlog-server-stm Backlog - Server Tooling and Methods (STM) (Inactive)
            Reporter:
            ryan.timmons@mongodb.com Ryan Timmons
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: