utkarsharma2 commented on code in PR #35091:
URL: https://github.com/apache/airflow/pull/35091#discussion_r1367506829


##########
.pre-commit-config.yaml:
##########
@@ -992,14 +992,14 @@ repos:
         exclude: 
^.*/.*_vendor/|^airflow/migrations|^airflow/providers|^dev|^docs|^provider_packages|^tests/providers|^tests/system/providers|^tests/dags/test_imports.py
         require_serial: true
         additional_dependencies: ['rich>=12.4.4', 'inputimeout', 'pyyaml']
-      - id: mypy-providers
-        name: Run mypy for providers
-        language: python
-        entry: ./scripts/ci/pre_commit/pre_commit_mypy.py --namespace-packages
-        files: 
^airflow/providers/.*\.py$|^tests/providers/\*\.py$|^tests/system/providers/\*\.py$
-        exclude: ^.*/.*_vendor/
-        require_serial: true
-        additional_dependencies: ['rich>=12.4.4', 'inputimeout', 'pyyaml']
+      # - id: mypy-providers

Review Comment:
   You should not change these files, because eventually, you have to fix 
changes suggested by all pre-commit hooks, Otherwise, the static checks in CI 
will fail. 



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to