potiuk commented on a change in pull request #12640:
URL: https://github.com/apache/airflow/pull/12640#discussion_r531009436
##########
File path: breeze
##########
@@ -1862,6 +1864,7 @@ ${FORMATTED_STATIC_CHECKS}
'${CMDNAME} static-check mypy' or
'${CMDNAME} static-check mypy -- --files tests/core.py'
'${CMDNAME} static-check mypy -- --all-files'
+ '${CMDNAME} static-check all -- --from-ref `git merge-base master HEAD`
--to-ref HEAD # checks all files that differ from master'
Review comment:
The ` wil have to be escaped - otherwise, it will try to run the git
commnd.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]