pytask icon indicating copy to clipboard operation
pytask copied to clipboard

ENH: Deprecate `.ini` configurations.

Open tobiasraabe opened this issue 3 years ago • 0 comments

Is your feature request related to a problem?

#253 added support for pyproject.toml. With v0.3 or v1 we will deprecate all ini formats.

Describe the solution you'd like

  • Remove parsing related to .ini codes.
  • Use the approach by ward to read in the configuration and overwrite cli defaults.
  • Remove defaults from help strings and add them automatically in _pytask.click.

API breaking implications

.ini formats will be deprecated.

tobiasraabe avatar Apr 14 '22 16:04 tobiasraabe