Skip to content

0.14.0 - Automatically pick up config file

Compare
Choose a tag to compare
@hakancelikdev hakancelikdev released this 03 Feb 15:45

Changelog

[0.14.0] - 2023-02-03

Added

  • Automatically pick up config options from setup.cfg if it is present in the project
    root else check and if it exists use pyproject.toml. #256

    If you want you can disable this feature by passing --disable-auto-discovery-config