Remove option definitions from Configuration object. #1888
Labels
Help wanted 🙏
Outside help would be appreciated, good for new contributors
Per directory config
New per directory config feature
Really the ConfigParser objects are responsible for setting the correct value type and on the correct destination, so a Configuration shouldn't need the option definitions. It can do it's merging using
__dict__
instead, so it'll behave a bit more like an argparse.Namespace.The text was updated successfully, but these errors were encountered: