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

Replace type checks with isinstance #427

Closed
wants to merge 1 commit into from

Conversation

bencomp
Copy link
Contributor

@bencomp bencomp commented Aug 22, 2023

This should remove all Flake8 E721 errors that cause build failures.

This should remove all Flake8 E721 errors
@codecov
Copy link

codecov bot commented Aug 22, 2023

Codecov Report

Patch coverage: 82.35% and no project coverage change.

Comparison is base (6c84cfb) 58.35% compared to head (1af1767) 58.35%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #427   +/-   ##
=======================================
  Coverage   58.35%   58.35%           
=======================================
  Files          10       10           
  Lines        1340     1340           
=======================================
  Hits          782      782           
  Misses        558      558           
Files Changed Coverage Δ
parsedmarc/__init__.py 61.73% <80.00%> (ø)
parsedmarc/utils.py 69.35% <100.00%> (ø)

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

@AnaelMobilia
Copy link
Contributor

Dear @bencomp ,

It looks like @seanthegeek make some flake8 E721 issues. I suggest to rebase your PR on current main.

Bests regards,

@seanthegeek
Copy link
Contributor

I already did this. Thanks.

@bencomp bencomp deleted the fix/isinstance branch October 13, 2023 17:14
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.

3 participants