Uh oh!
There was an error while loading. Please reload this page.
Add black configuration - #670
Conversation
d474ee4 to
8a988d9CompareSigned-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
8a988d9 to
832e633Compare
palnabarun
left a comment
There was a problem hiding this comment.
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.
Uh oh!
There was an error while loading. Please reload this page.
Also is this work overlapping with #667 ? |
sayanchowdhury
commented
May 3, 2020
No, this is not overlapping with the #667 work. |
ananyo2012
commented
May 3, 2020
@sayanchowdhury Why do we need poetry ? |
sayanchowdhury
commented
May 5, 2020
|
It's not a "poetry configuration" file. The |
sayanchowdhury
commented
May 7, 2020
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 |
ananyo2012
commented
May 8, 2020
via email
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>
.
|
sayanchowdhury
commented
May 8, 2020
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 |
palnabarun
commented
May 8, 2020
@sayanchowdhury Please squash the commits/rebase your branch to remove the merge commit. |
palnabarun
commented
May 8, 2020
Oops! Closing was a misclick. |
sayanchowdhury
commented
May 9, 2020
Closing in favour of #677 |
No description provided.