You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BTW, could you config your editor to squash trailing whitespace please, as per PEP8:
“Avoid trailing whitespace anywhere. Because it's usually invisible, it can be confusing: e.g. a backslash followed by a space and a newline does not count as a line continuation marker. Some editors don't preserve it and many projects (like CPython itself) have pre-commit hooks that reject it.”
Right now, doing PRs for this project is a pain because of all those empty lines that aren't actually empty.
I'd like to get results in ReST, Markdown, etc.
-t / --template ‹name›
optiondefault
,rst
,md
(default
is the current output)string.Formatter
should be sufficientlink
,language
, etc., provide ANSI sequences asc.red
,a.bold
, etc. (the latter empty strings in "no color" mode)I might do a PR if I find the time, putting the idea out there anyway.
The text was updated successfully, but these errors were encountered: