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

MNT: Apply Repo-Review suggestion MY101 #1365

Closed
wants to merge 1 commit into from

Conversation

DimitriPapadopoulos
Copy link
Contributor

MY101: MyPy strict mode

Must have strict in the mypy config. MyPy is best with strict or nearly strict configuration. If you are happy with the strictness of your settings already, ignore this check or set strict = false explicitly.

MY101: MyPy strict mode

Must have `strict` in the mypy config. MyPy is best with strict or nearly
strict configuration. If you are happy with the strictness of your settings
already, ignore this check or set `strict = false` explicitly.
Copy link

codecov bot commented Sep 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.34%. Comparing base (ddec715) to head (4e26f6f).
Report is 26 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1365   +/-   ##
=======================================
  Coverage   95.34%   95.34%           
=======================================
  Files         207      207           
  Lines       29494    29494           
  Branches     4978     4978           
=======================================
  Hits        28122    28122           
  Misses        932      932           
  Partials      440      440           

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

@DimitriPapadopoulos
Copy link
Contributor Author

DimitriPapadopoulos commented Sep 23, 2024

Ouch, that's a lot of errors! Should we address them?

@effigies
Copy link
Member

If you've got the time and desire, sure.

Tbh, my goal is to make sure checks and suggestions in downstream tools work. I don't have much energy at the moment to fight with mypy.

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.

2 participants