-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
Fix remaining D401 checks #37256
Comments
I can help on these, if not all modules are picked or in progress. |
@guptarohit feel free to pick up any providers or even core |
@Taragolis , What to do when the docstring doesn't actually explain anything about the method? Example:
Can i add EDIT: slack message: https://apache-airflow.slack.com/archives/CCPRP7943/p1707489704051959?thread_ts=1707489399.332569&cid=CCPRP7943 possible rewrite : |
Hey, I'd like to work on any pending modules. |
Body
Part of #10742. Recently we enable D401 pydocstyle rule, however we still have some modules which do not follow D401 rule yet
Easy way to find all linting problem into the module
pyproject.toml
in [tool.ruff.lint.per-file-ignores]Airflow Core
Provider airbyte
Provider amazon
Provider apache.hive
Provider apache.spark
Provider atlassian.jira
Provider cncf.kubernetes
Provider common.io
Provider databricks
Provider discord
Provider fab
Provider google
Provider grpc
Provider hashicorp
Provider http
Provider imap
Provider jenkins
Provider microsoft.azure
Provider microsoft.mssql
Provider microsoft.psrp
Provider mongo
Provider mysql
Provider neo4j
Provider odbc
Provider openfaas
Provider openlineage
Provider opensearch
Provider opsgenie
Provider oracle
Provider pagerduty
Provider papermill
Provider pinecone
Provider postgres
Provider presto
Provider qdrant
Provider redis
Provider salesforce
Provider samba
Provider segment
Provider sftp
Provider slack
Provider smtp
Provider snowflake
Provider sqlite
Provider ssh
Provider tableau
Provider tabular
Provider telegram
Provider trino
Provider weaviate
Provider yandex
Committer
The text was updated successfully, but these errors were encountered: