potiuk commented on a change in pull request #7430: [AIRFLOW-6816] Separated
out common utils
URL: https://github.com/apache/airflow/pull/7430#discussion_r379894134
##########
File path: .pre-commit-config.yaml
##########
@@ -285,14 +285,14 @@ repos:
language: system
entry: "./scripts/ci/pre_commit_mypy.sh"
files: \.py$
- exclude: ^airflow/_vendor/.*$
+ exclude: ^airflow/_vendor/.*$|^dev
Review comment:
I found out that on linux when running pre-commit --all-files will fail
without MOUNT_ALL_SOURCES (this is how it runs on Travis.
----------------------------------------------------------------
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]
With regards,
Apache Git Services