Skip to content

Remove archive directory - #37

Merged
mmacferrin merged 2 commits into
mainfrom
remove-archive-directory
Jul 17, 2026
Merged

Remove archive directory#37
mmacferrin merged 2 commits into
mainfrom
remove-archive-directory

Conversation

@mmacferrin

@mmacferrin mmacferrin commented Jul 17, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Delete the archive/ directory entirely; the superseded code remains reachable via git history.
  • Remove the now-unnecessary [tool.ruff] extend-exclude = ["archive"] entry from pyproject.toml.
  • Drop the packaging dependency, which was only used by the removed archive/ code.

Test plan

  • Confirmed no remaining references to archive/ in CI workflows, pre-commit config, or build config.
  • Confirmed packaging is not imported anywhere outside archive/.

Closes #24

The archived code is superseded and still accessible via git history if needed. Also drops the now-unnecessary ruff extend-exclude entry for the directory.

Closes #24
Only the now-removed archive/ code used it.
@mmacferrin
mmacferrin merged commit 1e6ce25 into main Jul 17, 2026
2 of 3 checks passed
@mmacferrin
mmacferrin deleted the remove-archive-directory branch July 17, 2026 02: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.

Remove archive directory

1 participant