-
Notifications
You must be signed in to change notification settings - Fork 5
Add type-checking using mypy
#46
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #46 +/- ##
==========================================
- Coverage 90.95% 90.56% -0.40%
==========================================
Files 12 13 +1
Lines 774 795 +21
Branches 116 120 +4
==========================================
+ Hits 704 720 +16
- Misses 46 48 +2
- Partials 24 27 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
a8f1548 to
1ce2b4f
Compare
8a639e6 to
7b6ed10
Compare
|
@effigies Here's an initial attempt at adding type-checking using |
|
Yup, this looks good to me. Now to start fixing the errors... I may push a few things. |
=== Do not change lines below ===
{
"chain": [],
"cmd": "uv lock",
"exit": 0,
"extra_inputs": [],
"inputs": [
"pyproject.toml",
"uv.lock"
],
"outputs": [
"uv.lock"
],
"pwd": "."
}
^^^ Do not change lines above ^^^
|
Reenabling strict mode and some initial fixes... |
closes #43
Adds type-checking using
mypyto the CI withtox.