question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Discussion: deprecate configParser

See original GitHub issue

Goal

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:closed
  • Created 4 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
Lee-Wcommented, Nov 19, 2019

After reading TOML document, maybe we should not use .cz.

TOML files should use the extension .toml.

Also, maybe we should add a deprecation warning for it?

0reactions
Lee-Wcommented, Jul 26, 2020

close by #230

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found