potiuk commented on code in PR #53004:
URL: https://github.com/apache/airflow/pull/53004#discussion_r2191971911
##########
.pre-commit-config.yaml:
##########
@@ -1434,7 +1434,7 @@ repos:
pass_filenames: false
files: airflow-core/.*\.py$
require_serial: true
- additional_dependencies: ['rich>=12.4.4']
+ additional_dependencies: ['rich>=12.4.4', 'mypy==1.16.1']
Review Comment:
I do not think it helps or is needed. The `mypy_folder.py` does not really
create environement for running MyPy locally - it spins docker container and
runs mypy tests in it - so that change here is not effective.
--
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]