Description
Just noticed this.
I consider it strange that self.config is widely referenced by Init object. In normal scenarios, there shouldn't be configuration files when user runs cz init?
Maybe we should replace those self.config references by DEFAULT_SETTINGS. wdyt?
The only case self.config should be used is to check whether the project is already initialized by cz.
Possible Solution
No response
Additional context
No response
Related issues
No response
Description
Just noticed this.
I consider it strange that
self.configis widely referenced byInitobject. In normal scenarios, there shouldn't be configuration files when user runscz init?Maybe we should replace those
self.configreferences byDEFAULT_SETTINGS. wdyt?The only case
self.configshould be used is to check whether the project is already initialized bycz.Possible Solution
No response
Additional context
No response
Related issues
No response