ruff/crates/ruff_linter
Auguste Lalande 7fb012d0df
[refurb] Do not allow any keyword arguments for read-whole-file in rb mode (FURB101) (#10803)
## Summary

`Path.read_bytes()` does not support any keyword arguments, so `FURB101`
should not be triggered if the file is opened in `rb` mode with any
keyword arguments.

## Test Plan

Move erroneous test to "Non-error" section of fixture.
2024-04-06 12:41:39 -04:00
..
resources [refurb] Do not allow any keyword arguments for read-whole-file in rb mode (FURB101) (#10803) 2024-04-06 12:41:39 -04:00
src [refurb] Do not allow any keyword arguments for read-whole-file in rb mode (FURB101) (#10803) 2024-04-06 12:41:39 -04:00
__init__.py [pylint] (Re-)Implement import-private-name (C2701) (#9553) 2024-01-16 14:03:11 -05:00
Cargo.toml Bump version to v0.3.5 (#10717) 2024-04-01 13:15:32 -04:00