potiuk commented on PR #23647: URL: https://github.com/apache/airflow/pull/23647#issuecomment-1151411100
Likely whatever you used to run black does not take pyproject.toml into account: ```[ tool.black] line-length = 110 target-version = ['py37', 'py38', 'py39', 'py310'] skip-string-normalization = true ``` That's why `breeze` main power is - to make sure that there is no 'works for me` syndrome - everyone has the same environment and tool setup. -- 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]
