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

WIP: Pyproject migration #203

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

danielhollas
Copy link
Contributor

TODO: Make sure we only include relevant files in the build. Currently flint is confused and includes .mypy_cache folder.

@@ -8,7 +8,6 @@ repos:
rev: v4.5.0
hooks:
- id: check-yaml
- id: check-toml
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not needed, since ruff already parses pyproject.toml and prints nice errors if there is a problem.

Copy link

codecov bot commented Feb 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3d2cfb1) 85.85% compared to head (26f0cee) 85.85%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #203   +/-   ##
=======================================
  Coverage   85.85%   85.85%           
=======================================
  Files           9        9           
  Lines         919      919           
=======================================
  Hits          789      789           
  Misses        130      130           
Flag Coverage Δ
py-3.10 85.74% <ø> (ø)
py-3.11 85.74% <ø> (ø)
py-3.12 85.74% <ø> (ø)
py-3.8 85.69% <ø> (ø)
py-3.9 85.80% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

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