-
-
Notifications
You must be signed in to change notification settings - Fork 304
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
added option --use-double-quotes #818
Conversation
@koxudaxi review please:) |
Codecov Report
@@ Coverage Diff @@
## master #818 +/- ##
===========================================
Coverage 100.00% 100.00%
===========================================
Files 11 21 +10
Lines 1020 2509 +1489
Branches 201 556 +355
===========================================
+ Hits 1020 2509 +1489
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@nesb1 @pawelrubin |
Does this work when providing options via like so:
Can someone confirm that it isn't working? For me it is reacting to cli arguments only. |
Hello! Datamodel-codegen is a great utility. But i need so much double quotes in generated code because I use datamodel-codegen without --output option (due to the specifics of my task, i create python module myself) and i can`t specify skip-string-normalization using black config. And so i have quotes conflict.
For backward compability double-quotes by default is False.