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

STY: clean up flake8 configuration #233

Merged
merged 1 commit into from
Jul 4, 2024
Merged

STY: clean up flake8 configuration #233

merged 1 commit into from
Jul 4, 2024

Conversation

fkuehlein
Copy link
Collaborator

  • remove unnecessary extend-ignore
  • correct per-file-ignores
  • avoid single case of unused variable in utils.navigator

- remove unnecessary extend-ignore
- correct per-file-ignores
- avoid single case of unused variable in `utils.navigator`
Copy link

codecov bot commented Jul 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.71%. Comparing base (ba83d3e) to head (d072998).
Report is 5 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #233      +/-   ##
==========================================
+ Coverage   68.63%   68.71%   +0.08%     
==========================================
  Files          44       44              
  Lines        6138     6138              
==========================================
+ Hits         4213     4218       +5     
+ Misses       1925     1920       -5     

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

@fkuehlein fkuehlein merged commit 6c6bcc9 into master Jul 4, 2024
3 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.

LINT: disabled pylint flags should be re-enabled where possible, or disabled locally
1 participant