You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/02/16 11:01:22 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #7430: [AIRFLOW-6816] Separated out common utils

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:
users@infra.apache.org


With regards,
Apache Git Services