-
-
Notifications
You must be signed in to change notification settings - Fork 300
feat(providers): add dart_provider #1564
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: master
Are you sure you want to change the base?
feat(providers): add dart_provider #1564
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1564 +/- ##
==========================================
+ Coverage 97.33% 97.95% +0.61%
==========================================
Files 42 59 +17
Lines 2104 2742 +638
==========================================
+ Hits 2048 2686 +638
Misses 56 56
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@@ -24,6 +24,7 @@ dependencies = [ | |||
"charset-normalizer (>=2.1.0,<4)", | |||
# Use the Python 3.11 and 3.12 compatible API: https://github.com/python/importlib_metadata#compatibility | |||
"importlib-metadata >=8.0.0,<8.7.0 ; python_version < '3.10'", | |||
"ruamel-yaml (>=0.18.14,<0.19.0)", |
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.
why this?
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.
The pubspec.yaml file in Dart contains fields both with and without quotes. ruamel.yaml extends PyYAML by offering more configuration options, such as setting style preferences for quotes — in this case, preserving the original ones.
e1e7164
to
4dd2ac2
Compare
@woile I think we're planning to make it separate from the core of commitizen? then I'll skip reviewing for now till we have that. or we can also merge it and separate it at a later point. let me know whether you want me to take a look first. Thanks 🙂 |
4dd2ac2
to
0f012ab
Compare
closes: #1563
Description
as title
Checklist
Code Changes
poetry all
locally to ensure this change passes linter check and testsDocumentation Changes
poetry doc
locally to ensure the documentation pages renders correctlyExpected Behavior
Version field in dart's pubspec.yaml file should also update when running
cz bump
Steps to Test This Pull Request
Additional Context