mirror of https://github.com/astral-sh/ruff
## Summary This pull request add supports for `int`, `float` and `bool` types in `UP018` rule to convert empty call to the default value of the type or remove the call if a value of the same type is provided as an argument. ## Test Plan Added tests for `int`, `float` and `bool` types. Partially resolves #5988 |
||
|---|---|---|
| .. | ||
| resources/test | ||
| src | ||
| Cargo.toml | ||