Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Type: Refactor
Commits
test: Rename test fixtures (5f7b063)
Remove acronyms for clarity.
test: Rename tests (2723351)
The convention is to name tests
test_<function_to_test>, but these tests accidentally omitted the leading underscore.chore: Remove YAPF comments (86f5cfe)
No longer needed after switching from YAPF to Ruff.
test: Fix imports for unit/integration tests (e1836e3)
refactor: Reduce setup file (b233553)
Remove the guts of the
setup.pyfile so it just uses thepyproject.tomlunder the hood.chore: Add version to init.py (f42f22d)
docs: Add copyright/license text to source files (b0c22fc)
chore: Ignore mypy warnings (4dbf516)
Temporarily disable these warnings until there's time to revisit and address them.