Skip to content
This repository has been archived by the owner on Aug 12, 2023. It is now read-only.

feat(builtin-formatter): python-docformatter #1619

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

0xblur
Copy link

@0xblur 0xblur commented Jul 8, 2023

docformatter is a PEP-257 complaint Python autoformatter. It is compatible with autopep8 and black. It works on docstrings and no other formatter has this capability. It is also highly customizable (see https://docformatter.readthedocs.io/en/latest/usage.html#use-from-the-command-line for additional arguments).

Docformatter is a PEP-257 complaint Python autoformatter. It is compatible with autopep8 and black.
mskelton added a commit to mskelton/null-ls.nvim that referenced this pull request Jul 14, 2023
@mskelton
Copy link
Contributor

I'm taking a stab at forking null-ls given the recent announcement that null-ls is being archived, and I've implemented this in mskelton@835ea4d5

@0xblur
Copy link
Author

0xblur commented Jul 15, 2023

I'm taking a stab at forking null-ls given the recent announcement that null-ls is being archived, and I've implemented this in mskelton@835ea4d5

Damn... That's sad. Thanks for updating this on your fork, nonetheless.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants