zero323 commented on pull request #35033:
URL: https://github.com/apache/spark/pull/35033#issuecomment-1001769466


   Maybe, we should  also set Black version explicitly in `dev/pyproject.toml`
   
   ```patch
   diff --git a/dev/pyproject.toml b/dev/pyproject.toml
   index b90257fc03..0ad817988e 100644
   --- a/dev/pyproject.toml
   +++ b/dev/pyproject.toml
   @@ -25,6 +25,9 @@ testpaths = [
    ]
    
    [tool.black]
   +# When changing the version, we have to update
   +# GitHub workflow version and dev/reformat-python
   +required-version = "21.12b0"
    line-length = 100
    target-version = ['py37']
    include = '\.pyi?$'
   ```
   
   @HyukjinKwon  WDYT?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to