potiuk commented on PR #30726: URL: https://github.com/apache/airflow/pull/30726#issuecomment-1528887188
The output is pretty clear: <img width="1058" alt="Screenshot 2023-04-30 at 00 29 23" src="https://user-images.githubusercontent.com/595491/235326703-6e5de7c0-3c6b-49ab-beae-3f8b37685d57.png"> The formatting is wrong. * Did you run `pre-commit install` ? (this is the easiest - then pre-commit wil be run with every commit of yours) * Did yoiu run the pre-commit locally if you did not install it (`breeze static-checks --last-commit`) `after squashing all your commits to single commit * Or eventually (long but should fix all issues) `breeze static-checks --all-files`) Any of those should help. -- 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]
