pierrejeambrun commented on code in PR #57700:
URL: https://github.com/apache/airflow/pull/57700#discussion_r2491043169
##########
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:
This enables more than just `PLW2901` should we update the PR description or
is that a mistake ?
--
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]