-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
blacken docs #3528
blacken docs #3528
Conversation
@asottile it seems its broken on windows ^^ |
/me shakes fists at charmap easy fix |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks!
@@ -14,7 +14,7 @@ Install argcomplete using:: | |||
|
|||
For global activation of all argcomplete enabled python applications run:: | |||
|
|||
sudo activate-global-python-argcomplete | |||
sudo activate-global-python-argcomplete |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That looks like a false positive, no?
in a future major relase of pytest we will introduce class based markers, | ||
at which points markers will no longer be limited to instances of :py:class:`Mark` | ||
in a future major relase of pytest we will introduce class based markers, | ||
at which points markers will no longer be limited to instances of :py:class:`Mark` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here?
@ambv if you read the description, I split it up into two commits (one manual, one automatic) -- among the first commit:
|
Hi friends, I made a terrific (terrible? terrifying?) thing.
First commit is manual changes:
...
s in a few places to make valid syntaxSecond commit is automated!
Using the new thing I made today: https://github.com/asottile/blacken-docs
Heavily inspired by #3525. See also psf/black#292, psf/black#294. CC @blueyed