potiuk commented on code in PR #35465:
URL: https://github.com/apache/airflow/pull/35465#discussion_r1382895098


##########
.pre-commit-config.yaml:
##########
@@ -1000,7 +1000,7 @@ repos:
         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$
+        files: 
^airflow/providers/.*\.py$|^tests/providers/.*\.py$|^tests/system/providers/.*\.py$

Review Comment:
   Well.. As we see here - seems we already had trouble with getting the regexp 
right :) .  I do not want to complicate it even more.... You know the saying 
"Have a problem? introduce regexp, now you have two problems..." 



-- 
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]

Reply via email to