-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Completed D400 for multiple folders #27767
Conversation
1d3bd29
to
f8fa843
Compare
…flow into feature/fix-pydocstyle-d400-8
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
@bdsoha You can bulk-apply all suggestions from the “files” tab instead of adding individual commits. |
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
Thanks for the tip, will use it next time. |
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
11ad249
to
ec6352e
Compare
sounds like new warning generated when importing providers. ? |
@potiuk Any suggestions? Rebase? |
Or rather fix it. Not sure where it came from though - it should not happen normally but might be triggered by some of your changes - if it does not happen in main, just follow the instructions printed with the error. |
ec6352e
to
1fbd011
Compare
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
1fbd011
to
8f485eb
Compare
…flow into feature/fix-pydocstyle-d400-8
Needs rebase I am afraid (conflicts after the merge of previous D400 change) @bdsoha |
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
@potiuk All green... |
Completed D400 for:
airflow/__init__.py
airflow/__main__.py
airflow/dag_processing/*
airflow/logging_config.py
airflow/plugins_manager.py
airflow/providers_manager.py
airflow/sentry.py
airflow/settings.py
airflow/stats.py
airflow/templates.py
airflow/typing_compat.py
Related to #10742 .