-
Notifications
You must be signed in to change notification settings - Fork 3
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
base: main
Are you sure you want to change the base?
Conversation
This reverts commit d60390b.
@@ -8,7 +8,6 @@ repos: | |||
rev: v4.5.0 | |||
hooks: | |||
- id: check-yaml | |||
- id: check-toml |
There was a problem hiding this comment.
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.
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
TODO: Make sure we only include relevant files in the build. Currently flint is confused and includes
.mypy_cache
folder.