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 Rename ruff crate to ruff_linter (#7529) 2023-09-20 08:38:27 +02:00
PGH003_1.py Rename ruff crate to ruff_linter (#7529) 2023-09-20 08:38:27 +02:00
PGH004_0.py [pygrep-hooks] Improve blanket-noqa error message (PGH004) (#10851) 2024-04-10 04:30:25 +00:00
PGH004_1.py [pygrep_hooks] Fix blanket-noqa panic when last line has noqa with no newline (PGH004) (#11108) 2024-04-25 14:39:38 -04:00
PGH004_2.py [pygrep_hooks] Check blanket ignores via file-level pragmas (PGH004) (#11540) 2024-06-04 03:42:58 +00:00
PGH004_3.py Respect per-file ignores for blanket and redirected noqa rules (#11728) 2024-06-04 03:57:59 +00:00
PGH005_0.py Rename ruff crate to ruff_linter (#7529) 2023-09-20 08:38:27 +02:00