ruff/crates/ruff_linter
Philipp A c8464c3a90
Fix message for too-many-arguments lint (#8092)
## Summary

The lint checks for number of arguments in a function *definition*, but
the message says “function *call*”

## Test Plan

See what breaks and change the tests
2023-10-20 12:17:19 -04:00
..
resources/test Avoid if-else simplification for TYPE_CHECKING blocks (#8072) 2023-10-19 19:15:54 -04:00
src Fix message for too-many-arguments lint (#8092) 2023-10-20 12:17:19 -04:00
Cargo.toml Release 0.1.1 (#8073) 2023-10-19 20:49:53 +00:00