-
Notifications
You must be signed in to change notification settings - Fork 191
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
Add black configuration #670
Add black configuration #670
Conversation
d474ee4
to
8a988d9
Compare
Signed-off-by: Sayan Chowdhury <[email protected]>
Signed-off-by: Sayan Chowdhury <[email protected]>
8a988d9
to
832e633
Compare
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.
Thank you for cleaning this up!
One question, should we be removing that unicode thing for strings? The software stills run on Python 2 and we wouldn't want to break compatibility at this point of time.
Also is this work overlapping with #667 ? |
No, this is not overlapping with the #667 work. |
@sayanchowdhury Why do we need poetry ? |
|
It's not a "poetry configuration" file. The |
Right, that was the mistake on my part. That would not be poetry configuration rather the PEP. And going forward I plan to integrate poetry, and also possibly move everything from |
If we are going for a dependency manager I would rather prefer pipenv.
…On Thu, May 7, 2020 at 5:55 PM Sayan Chowdhury ***@***.***> wrote:
It's not a "poetry configuration" file. The pyproject.toml file was
standardized in PEP 518. poetry and black, utilize the "space" within that
file that they are allowed to use (tool.pypi-name).
https://www.python.org/dev/peps/pep-0518/#tool-table
Right, that was the mistake on my part. That would not be poetry
configuration rather the PEP. And going forward I plan to integrate poetry,
and also possibly move everything from setup.cfg to pyproject.toml. I
know there is an open ticket in isort to support this, which @pradyunsg
<https://github.com/pradyunsg> created long back.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#670 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACQAER6HTIM4LSNGOIGU56TRQKSDPANCNFSM4MXT5SCA>
.
|
As of now this PR is for black configuration. If we have to migrate to another dependency manager we can have a discussion and let work accordingly |
@sayanchowdhury Please squash the commits/rebase your branch to remove the merge commit. |
Oops! Closing was a misclick. |
Closing in favour of #677 |
No description provided.