kazanzhy commented on code in PR #27962:
URL: https://github.com/apache/airflow/pull/27962#discussion_r1036552490
##########
setup.py:
##########
@@ -333,6 +333,8 @@ def write_version(filename: str = str(AIRFLOW_SOURCES_ROOT
/ "airflow" / "git_ve
# mypyd which does not support installing the types dynamically with
--install-types
mypy_dependencies = [
# TODO: upgrade to newer versions of MyPy continuously as they are released
+ # Nake sure to upgrade the mypy version in update-common-sql-api-stubs in
.pre-commit-config.yaml
Review Comment:
```suggestion
# Make sure to upgrade the mypy version in update-common-sql-api-stubs
in .pre-commit-config.yaml
```
--
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]