Open
Description
Checks
- I have updated to the lastest minor and patch version of Strands
- I have checked the documentation and this is not expected behavior
- I have searched ./issues and there are no duplicates of my issue
Strands Version
0.1.5
Python Version
3.10.5
Operating System
Linux
Installation Method
git clone
Steps to Reproduce
There seems to be an issue with our linting system that does not pick up issues. For example, in this pr, the first iteration has a function with a parameter that was unused, but our linting system did not notice this issue. There have been other cases of this as well (ref), so we need to investigate why linting isnt working properly.
Expected Behavior
Linting detects issue, like the ones shown in these PR's:
- fix(telemetry): fix agent span start and end when using Agent.stream_async() #119
- docs: update contributing guide to manage python env with hatch shell #46
Actual Behavior
It is not detecting common linting issues.
Additional Context
No response
Possible Solution
No response
Related Issues
No response