Skip to content

chore: add shamefile suppression registry#154

Merged
BKDDFS merged 4 commits into
mainfrom
chore/add-shamefile
May 17, 2026
Merged

chore: add shamefile suppression registry#154
BKDDFS merged 4 commits into
mainfrom
chore/add-shamefile

Conversation

@BKDDFS
Copy link
Copy Markdown
Owner

@BKDDFS BKDDFS commented May 17, 2026

Summary

  • Add shamefile dev dependency + pre-commit hook (pinned v0.1.6) to enforce documented lint suppressions
  • Bump requires-python to >=3.12,<3.14 (shamefile needs >=3.12)
  • Commit initial shamefile.yaml documenting two existing # noqa: TID251 suppressions in test files (unittest.mock.call import — pytest-mock's mocker fixture does not expose call)

Test plan

  • uv sync succeeds
  • uv run shame me . --dry-run passes (all checks green)
  • pre-commit run shamefile --all-files passes locally
  • CI pre-commit job stays green

Adds shamefile as a dev dependency, pre-commit hook, and committed
registry. Bumps requires-python to >=3.12 (shamefile requirement).

Existing `# noqa: TID251` suppressions in two test files documented in
shamefile.yaml.
@BKDDFS BKDDFS force-pushed the chore/add-shamefile branch from 6f18b86 to 5112777 Compare May 17, 2026 12:19
@codecov
Copy link
Copy Markdown

codecov Bot commented May 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@BKDDFS BKDDFS merged commit 78d7c0c into main May 17, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant