Uh oh!
There was an error while loading. Please reload this page.
[CI] Fix Lint Issue - #8185
Conversation
mehrdadh
commented
Jun 3, 2021
tmoreau89
commented
Jun 3, 2021
Thank you @mehrdadh the PR has been merged |
leandron
left a comment
There was a problem hiding this comment.
Sorry or the late review, but this PR was submitted and merged before I had a chance to have a look :).
I looked into this issue a few days back, in the context of #8089. This only reproduces once black is updated to the latest version.
I think it would be important to send a PR fixing all the files for new linting issues black find, especially the ones that look like the ones sent here, which will happen all over the Python codebase (the root cause is this update on black - https://github.com/psf/black/pull/1740). Otherwise, we'll have lots of patches which claim they are doing something, and are also including lots of small docstring format updates, which can be confusing.
What do you think?
mehrdadh
commented
Jun 4, 2021
@leandron I had to send a quick fix since two other PRs were waiting on it. But I agree with you that we should reformat all files with new changes to avoid these small changes. |
mehrdadh
commented
Jun 4, 2021
follow up: #8194 |
We need to set
LC_ALLandLANGbefore running anyblackcommand otherwise it has error.