mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 02:12:22 +00:00
![]() This PR causes the following rules to ignore stub files, on the grounds that it is not under the author's control to appease these lints: - `PLR0904` https://docs.astral.sh/ruff/rules/too-many-public-methods/ - `PLR0913` https://docs.astral.sh/ruff/rules/too-many-arguments/ - `PLR0917` https://docs.astral.sh/ruff/rules/too-many-positional-arguments/ - `PLW3201` https://docs.astral.sh/ruff/rules/bad-dunder-method-name/ - `SLOT` https://docs.astral.sh/ruff/rules/#flake8-slots-slot - `FBT` https://docs.astral.sh/ruff/rules/#flake8-boolean-trap-fbt (except for FBT003 since that involves a function call.) Progress towards #14535 |
||
---|---|---|
.. | ||
resources | ||
src | ||
Cargo.toml |