potiuk edited a comment on pull request #20409: URL: https://github.com/apache/airflow/pull/20409#issuecomment-1000403160
> > Some static checks :( > > Yes, pre-commit was disabled... re-enabled now and fixed BTW. You know you can disable just selected pre-commits @khalidmammadov ? ``` export SKIP="mypy" ``` Also `git commit --no-verify` will skip pre-commit just for this one commit without disabling it for the repo. :D -- 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]
