ruff/crates/ruff_linter/resources/test/fixtures/pygrep_hooks
Charlie Marsh 0c75548146
Respect per-file ignores for blanket and redirected noqa rules (#11728)
## Summary

Ensures that we respect per-file ignores and exemptions for these rules.
Specifically, we allow:

```python
# ruff: noqa: PGH004
```

...to ignore `PGH004`.
2024-06-04 03:57:59 +00:00
..
PGH003_0.py
PGH003_1.py
PGH004_0.py
PGH004_1.py
PGH004_2.py
PGH004_3.py
PGH005_0.py