Skip to content

Add return type annotations to test functions#45

Merged
dannywillems merged 2 commits intomainfrom
fix-mypy-test-annotations
Feb 8, 2026
Merged

Add return type annotations to test functions#45
dannywillems merged 2 commits intomainfrom
fix-mypy-test-annotations

Conversation

@dannywillems
Copy link
Contributor

Summary

  • Add -> None return type annotations to all 4 test functions in
    test_l9format.py, consistent with test_validation.py
  • Resolves all mypy no-untyped-def errors in the test suite

Closes #43

Add -> None to all test functions in test_l9format.py, consistent
with test_validation.py and satisfying mypy's disallow_untyped_defs.

Closes #43
@dannywillems dannywillems merged commit c6d7e77 into main Feb 8, 2026
12 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.

Add return type annotations to test functions

1 participant