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

Move mypy configuration to pyproject.toml from setup.cfg #1344

Merged
merged 3 commits into from
Oct 23, 2024
Merged

Conversation

tleonhardt
Copy link
Member

@tleonhardt tleonhardt commented Oct 23, 2024

Move mypy configuration to pyproject.toml from setup.cfg

Also:

  • Simplify the GitHub mypy workflow to directly call mypy instead of using nox
  • Add pyproject.toml file for the ext_test plugin
  • Update ext_test plugin invoke stuff to use ruff instead of flake8

Copy link

codecov bot commented Oct 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.01%. Comparing base (ff46021) to head (3df5bd6).
Report is 21 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1344      +/-   ##
==========================================
+ Coverage   97.72%   98.01%   +0.29%     
==========================================
  Files          22       22              
  Lines        5753     5792      +39     
==========================================
+ Hits         5622     5677      +55     
+ Misses        131      115      -16     

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

@tleonhardt tleonhardt merged commit e9e232f into master Oct 23, 2024
46 checks passed
@tleonhardt tleonhardt deleted the mypy branch October 23, 2024 17:08
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.

1 participant