Discussion: deprecate configParser
See original GitHub issueGoal
The idea is to deprecate configParser in favor of using only toml
configuration.
Description
Right now is possible to have a .cz
, setup.cfg
, .cz.cfg
.
I think configParser is not flexible enough and hard to maintin.
Because commitizen already installs toml, I think we can move from .cz
to .cz.toml
and we can deprecate setup.cfg
, .cz.cfg
.
Tasks
- Remove from
init
command ini files options - Clean documentation from
ini
confs - Remove from code
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Remove usage of deprecated configparser ... - GitHub
configparser.ConfigParser is deprecated as of 3.2 and thus standard library modules should not use that. The migration path is trivial and should not ......
Read more >Issue 10627: Remove usage of deprecated configparser ...
configparser.ConfigParser is deprecated as of 3.2 and thus standard library modules should not use that. The migration path is trivial and ...
Read more >Bug #1618666 “deprecated warning for SafeConfigParser”
SafeConfigParser supports interpolation on top of ConfigParser in. Python 2, and SafeConfigParser is deprecated in Python 3.2 and log
Read more >configparser - Splunk Documentation
Learn how to use Splunk. Data Insider. Read focused primers on disruptive technology topics. become an expert ...
Read more >Deprecations and Removals — pytest documentation
This page lists all pytest features that are currently deprecated or have been removed in past major releases. The objective is to give...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
After reading TOML document, maybe we should not use
.cz
.Also, maybe we should add a deprecation warning for it?
close by #230