ruff/crates/ruff
Dhruv Manilawala 742f615792
Add support for `int`, `float`, `bool` in `UP018` (#6013)
## 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
2023-07-23 21:39:43 -04:00
..
resources/test Add support for `int`, `float`, `bool` in `UP018` (#6013) 2023-07-23 21:39:43 -04:00
src Add support for `int`, `float`, `bool` in `UP018` (#6013) 2023-07-23 21:39:43 -04:00
Cargo.toml Bump version to 0.0.280 (#5965) 2023-07-21 22:36:13 -04:00