-
Notifications
You must be signed in to change notification settings - Fork 39
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
black: Add black to project #123
Conversation
1846b04
to
7e861a6
Compare
another solution is to use brunette, a wrapper that support setup.cfg, i was already doing this in my local copy, but afterall just keep with black. |
ff5ad06
to
3d12d29
Compare
3d12d29
to
e0dc2eb
Compare
pyproject.toml
Outdated
@@ -0,0 +1,17 @@ | |||
[tool.black] | |||
line-lenghth = 119 |
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.
commited this by error on you fork while testing github ide... , just to let you know.
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.
no problem!
cfbb4a1
to
ed8492b
Compare
Updated to use line-length 119. For my newer PRs i'll be formatting using line length 119, especially tests. |
ed8492b
to
4c12a25
Compare
- Adds a new tox `check-format` command - Locks black to the last version supporting python 2 - Configures black using pyproject.toml (unfortunately it cannot be configured using tox.ini, see psf/black#2172)
4c12a25
to
e80753a
Compare
already merged. |
format
commandPlease don't merge yet until I've merged all the PRs to complete formatting of the project. The PR should fail before then!
Part of #99