Skip to content

test: clean up ruff issues#31

Merged
lukasniessen-bain merged 1 commit into
mainfrom
codex/test-ruff-cleanup
Jul 5, 2026
Merged

test: clean up ruff issues#31
lukasniessen-bain merged 1 commit into
mainfrom
codex/test-ruff-cleanup

Conversation

@TristanKruse

Copy link
Copy Markdown
Collaborator

Pull Request

Cleans up existing Ruff issues in the test suite and sample fixture files so the full ruff check src tests command passes cleanly.

The changes remove unused imports, sort import blocks, and keep the sample project’s intentional external os dependency visible by using it in a small helper function.

Change Type

  • Bug fix
  • Feature
  • Documentation
  • Refactoring

@TristanKruse

Copy link
Copy Markdown
Collaborator Author

Validated with:

  • ruff check src tests
  • pytest --tb=short -q
  • mypy src\archunitpython\ --ignore-missing-imports
  • git diff --check

@lukasniessen-bain lukasniessen-bain merged commit 97a838e into main Jul 5, 2026
10 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.

2 participants