mirror of https://github.com/astral-sh/ruff
## Summary Ensures that we respect per-file ignores and exemptions for these rules. Specifically, we allow: ```python # ruff: noqa: PGH004 ``` ...to ignore `PGH004`. |
||
|---|---|---|
| .. | ||
| PGH003_0.py | ||
| PGH003_1.py | ||
| PGH004_0.py | ||
| PGH004_1.py | ||
| PGH004_2.py | ||
| PGH004_3.py | ||
| PGH005_0.py | ||