-
-
Notifications
You must be signed in to change notification settings - Fork 301
Add missing deps #459
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
Add missing deps #459
Conversation
Codecov Report
@@ Coverage Diff @@ ## master #459 +/- ## ========================================== + Coverage 97.92% 97.96% +0.04% ========================================== Files 39 39 Lines 1395 1424 +29 ========================================== + Hits 1366 1395 +29 Misses 29 29
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
I will manually bump 😅 as the previous version doesn't work
Uh oh!
There was an error while loading. Please reload this page.
Description
add typing_extension to prod dep as it's required in commitizen/defaults.py
Checklist
./script/format
and./script/test
locally to ensure this change passes linter check and testExpected behavior
error should no longer happen
Steps to Test This Pull Request
poetry install
poetry run python commitizen/defaults.py
Additional context
#458