jscheffl commented on code in PR #57700:
URL: https://github.com/apache/airflow/pull/57700#discussion_r2492211788
##########
pyproject.toml:
##########
@@ -609,6 +609,9 @@ extend-select = [
"PLW1508", # Invalid type for environment variable default; expected str
or None
"PLW1510", # subprocess.run without explicit check argument
"PLW1641", # Object does not implement __hash__ method
+ "PLW2101", # Threading lock directly created in with statement has no
effect
+ "PLW2901", # Outer {outer_kind} variable {name} overwritten by inner
{inner_kind} target
+ "PLW3301", # Nested {func} calls can be flattened
Review Comment:
Yeah good point. Was batching the others up as well as no changes needed for
them. Adjusted title
--
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]