Commit 373770a
committed
ruff(fix) Move A002 suppression to per-file-ignores in pyproject.toml
why: The old `# ruff: NOQA: A002` file-level comment syntax is no
longer recognized by ruff (RUF103), causing CI to fail.
what:
- Remove obsolete `# ruff: NOQA: A002` from subprocess.py
- Add per-file-ignores entry in pyproject.toml for A002 on subprocess.py1 parent 7f7ca3f commit 373770a
2 files changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| 214 | + | |
214 | 215 | | |
215 | 216 | | |
216 | 217 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
0 commit comments