Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • F ffmpeg-python
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 402
    • Issues 402
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 34
    • Merge requests 34
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Karl Kroening
  • ffmpeg-python
  • Merge requests
  • !639

Re-apply Black formatting, and wrap docstrings at ~88 columns.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Karl Kroening requested to merge KK/black into master Mar 06, 2022
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 9

I've been away for quite some time (things came up, sorry) and am just getting back up to speed on the issues and PRs that have arisen. As preparation for other changes, this PR re-applies Black formatting and wraps docstrings at a more reasonable ~88 columns, matching Black's default line length.

It seems that CI is failing on master, but this PR doesn't change anything other than code formatting, so I'll probably end up merging it despite the CI failure, and then hopefully be able to fix CI next/soon. FWIW, tests at least seem to pass with 2.7.18 and 3.9.6 running locally on an M1 Mac - just that some of the other Python versions seem to fail in CI in tox's matrix testing.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: KK/black