Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ruff format and strip trailing whitespace #417

Closed
wants to merge 3 commits into from
Closed

Conversation

klieret
Copy link
Member

@klieret klieret commented May 25, 2024

Closes #195

Copy link

codecov bot commented May 25, 2024

Codecov Report

Attention: Patch coverage is 67.46411% with 68 lines in your changes are missing coverage. Please review.

Project coverage is 76.06%. Comparing base (03f52ab) to head (b1ad80d).
Report is 1 commits behind head on main.

Current head b1ad80d differs from pull request most recent head 98a634b

Please upload reports for the commit 98a634b to get more accurate results.

Files Patch % Lines
sweagent/agent/models.py 23.07% 20 Missing ⚠️
sweagent/agent/commands.py 15.78% 16 Missing ⚠️
sweagent/agent/agents.py 73.17% 11 Missing ⚠️
sweagent/agent/history_processors.py 50.00% 6 Missing ⚠️
sweagent/environment/swe_env.py 83.33% 5 Missing ⚠️
sweagent/environment/utils.py 83.33% 4 Missing ⚠️
run_replay.py 57.14% 3 Missing ⚠️
sweagent/agent/parsing.py 81.81% 2 Missing ⚠️
run.py 92.30% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #417      +/-   ##
==========================================
+ Coverage   75.97%   76.06%   +0.09%     
==========================================
  Files          18       18              
  Lines        2897     2883      -14     
==========================================
- Hits         2201     2193       -8     
+ Misses        696      690       -6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@klieret klieret changed the title Add ruff-format to hooks Add ruff format and strip trailing whitespace May 25, 2024
@klieret klieret closed this May 28, 2024
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.

Black format codebase
1 participant