Add styling fixes and license docs. - #3
Merged
Merged
Conversation
jer96
approved these changes
Aug 6, 2025
poshinchen
approved these changes
Aug 6, 2025
kylehounslow
added a commit
to kylehounslow/strands-agents-evals
that referenced
this pull request
Apr 9, 2026
…tests - Add constructor docstring with Args and usage examples (strands-agents#7) - Clean up auth type hint to just Any (strands-agents#6) - Re-raise ProviderError before broad except catch (strands-agents#3) - Add _parse_time edge case tests: empty, None, invalid, Z suffix, offset (strands-agents#4) - Add multi-trace provider test verifying flatten/regroup (strands-agents#5) - 24 tests total
kylehounslow
added a commit
to kylehounslow/strands-agents-evals
that referenced
this pull request
Apr 10, 2026
…tests - Add constructor docstring with Args and usage examples (strands-agents#7) - Clean up auth type hint to just Any (strands-agents#6) - Re-raise ProviderError before broad except catch (strands-agents#3) - Add _parse_time edge case tests: empty, None, invalid, Z suffix, offset (strands-agents#4) - Add multi-trace provider test verifying flatten/regroup (strands-agents#5) - 24 tests total
1 task
This was referenced Jul 25, 2026
Merged
9 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Issue #, if available:
Description of changes:
Modified pyproject to match what Strands have. This includes using hatch and adding ruff linter and formatter. Fixed most basic styling issues with formatter and linter. LICENSE, NOTICE, CONTRIBUTING, and CODE_OF_CONDUCT are added (copied from strands).
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.