mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-11 22:29:39 +00:00
![]() ## 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 |