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 for linting, remove flake8, remove isort, remove pylint #94

Merged
merged 7 commits into from
Mar 25, 2024

Conversation

gsheni
Copy link
Contributor

@gsheni gsheni commented Mar 25, 2024

@gsheni gsheni requested a review from a team as a code owner March 25, 2024 19:34
@gsheni gsheni requested review from rwedge and removed request for a team March 25, 2024 19:34
@gsheni gsheni self-assigned this Mar 25, 2024
@gsheni gsheni requested review from amontanez24 and removed request for rwedge March 25, 2024 19:35
Makefile Outdated Show resolved Hide resolved
deepecho/sequences.py Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

codecov-commenter commented Mar 25, 2024

Codecov Report

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

Project coverage is 79.12%. Comparing base (ed3645b) to head (e4957e7).

❗ Current head e4957e7 differs from pull request most recent head 42f595f. Consider uploading reports for the commit 42f595f to get more accurate results

Files Patch % Lines
deepecho/sequences.py 22.22% 7 Missing ⚠️
deepecho/models/base.py 28.57% 5 Missing ⚠️
deepecho/models/basic_gan.py 91.30% 2 Missing ⚠️
deepecho/demo.py 0.00% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #94      +/-   ##
==========================================
- Coverage   79.39%   79.12%   -0.28%     
==========================================
  Files           7        7              
  Lines         728      728              
==========================================
- Hits          578      576       -2     
- Misses        150      152       +2     

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

@gsheni gsheni merged commit 4ad94da into main Mar 25, 2024
45 checks passed
@gsheni gsheni deleted the add_ruff_2 branch March 25, 2024 20:44
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.

Switch to using ruff for Python linting and code formatting
3 participants