Skip to content

chore: move vulture_whitelist.py to scripts/ (#942)#1001

Merged
Kohei-Wada merged 1 commit into
mainfrom
chore/move-vulture-whitelist-942
Jun 6, 2026
Merged

chore: move vulture_whitelist.py to scripts/ (#942)#1001
Kohei-Wada merged 1 commit into
mainfrom
chore/move-vulture-whitelist-942

Conversation

@Kohei-Wada
Copy link
Copy Markdown
Owner

Summary

vulture_whitelist.py was the only source-like file in the repo root. This moves it into scripts/ alongside the other helper scripts and updates the two path references in pyproject.toml.

Closes #942.

Changes

  • git mv vulture_whitelist.py scripts/vulture_whitelist.py
  • pyproject.toml [tool.ruff] extend-excludescripts/vulture_whitelist.py
  • pyproject.toml [tool.vulture] pathsscripts/vulture_whitelist.py

No references exist outside pyproject.toml (Makefile and .pre-commit-config.yaml only invoke the vulture tool, not the path).

Verification

  • vulture runs clean (whitelist honored from new path)
  • ruff check packages passes; whitelist still force-excluded
  • pre-commit + pre-push hooks (tests, vulture) pass

The whitelist was the only source-like file in the repo root. Move it
into scripts/ alongside the other helper scripts and update the two
path references in pyproject.toml ([tool.ruff] extend-exclude and
[tool.vulture] paths).
Copy link
Copy Markdown

@amazon-q-developer amazon-q-developer Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR successfully reorganizes the repository by moving vulture_whitelist.py from the root to scripts/ directory. The path references in pyproject.toml for both Ruff and Vulture configurations have been correctly updated to reflect the new location. The changes are straightforward and maintain functional equivalence.


You can now have the agent implement changes and create commits directly on your pull request's source branch. Simply comment with /q followed by your request in natural language to ask the agent to make changes.

@Kohei-Wada Kohei-Wada merged commit 8a9763a into main Jun 6, 2026
15 checks passed
@Kohei-Wada Kohei-Wada deleted the chore/move-vulture-whitelist-942 branch June 6, 2026 01:17
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.

chore: move vulture_whitelist.py out of project root to reduce root clutter

1 participant