ruff/crates/ruff_linter/resources/test/fixtures/pandas_vet
Charlie Marsh fee64b52ba
Limit inplace diagnostics to methods that accept inplace (#9495)
## Summary

This should reduce false positives like
https://github.com/astral-sh/ruff/issues/9491, by ignoring methods that
are clearly not on a DataFrame.

Closes https://github.com/astral-sh/ruff/issues/9491.
2024-01-12 14:12:54 -05:00
..
pandas_use_of_dot_read_table.py Rename ruff crate to ruff_linter (#7529) 2023-09-20 08:38:27 +02:00
PD002.py Limit inplace diagnostics to methods that accept inplace (#9495) 2024-01-12 14:12:54 -05:00
PD101.py Rename ruff crate to ruff_linter (#7529) 2023-09-20 08:38:27 +02:00