mirror of
https://github.com/astral-sh/ruff.git
synced 2025-12-11 20:41:36 +00:00
## Summary `B006` should allow using `bytes(...)` as an argument defaule value. ## Test Plan A new test case --------- Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com> |
||
|---|---|---|
| .. | ||
| builtins.rs | ||
| future.rs | ||
| identifiers.rs | ||
| keyword.rs | ||
| lib.rs | ||
| logging.rs | ||
| path.rs | ||
| str.rs | ||
| sys.rs | ||
| typing.rs | ||