Commit 75cefce
committed
chore(sqlalchemy): drop dead pyright exclude and ruff per-file-ignore for test_sqlalchemy
Two more pyproject.toml patterns surviving from PR #4340 that point at
files no longer on disk:
* ``[tool.pyright].exclude`` — ``tests/unit/test_contrib/test_sqlalchemy.py``
* ``[tool.ruff.lint.per-file-ignores]`` — ``tests/unit/test_contrib/test_sqlalchemy/**/*.*``
The single-file path and the directory-glob both matched zero files
once the contrib SQLAlchemy test suite was deleted alongside the
package. ``make lint`` (ruff, mypy, pyright, slotscheck) is clean
without them, confirming both patterns were unreachable. Same
dead-pattern cleanup as commits a4bd03c and 5494be3.1 parent a1e33fb commit 75cefce
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
336 | | - | |
337 | 336 | | |
338 | 337 | | |
339 | 338 | | |
| |||
497 | 496 | | |
498 | 497 | | |
499 | 498 | | |
500 | | - | |
501 | 499 | | |
502 | 500 | | |
503 | 501 | | |
| |||
0 commit comments