We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug For some rules that check kwargs, if a zipped dict is passed as the argument, the rule fails to understand this.
For example:
SMTP(**smtp_kwargs)
To Reproduce Steps to reproduce the behavior:
Expected behavior Rules that check kwargs should not result in false positives or false negatives.
Version
precli 0.4.3.dev6 python version = 3.12.1 (main, Dec 12 2023, 13:19:17) [Clang 15.0.0 (clang-1500.0.40.1)]
Additional context https://github.com/apache/airflow/blob/main/airflow/providers/smtp/hooks/smtp.py#L135
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
For some rules that check kwargs, if a zipped dict is passed as the argument, the rule fails to understand this.
For example:
SMTP(**smtp_kwargs)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Rules that check kwargs should not result in false positives or false negatives.
Version
Additional context
https://github.com/apache/airflow/blob/main/airflow/providers/smtp/hooks/smtp.py#L135
The text was updated successfully, but these errors were encountered: