ssato / python-anyconfig

Python library provides common APIs to load and dump configuration files in various formats
MIT License
275 stars 31 forks source link

Add support for ConfigParser's "strict" keyword argument. #150

Closed jsivak closed 1 year ago

jsivak commented 1 year ago

Howdy,

Anyconfig does not currently support passing the "strict" keyword argument to the ConfigParser object.

This pull requests adds that support.

Thanks

ssato commented 1 year ago

Thanks for your request. Almost LGTM but I prefer all checks to be passed.

Could you please fix the line Sider pointed out and I commented?

jsivak commented 1 year ago

I updated the code with a shorter line.

jsivak commented 1 year ago

I mistyped the last commit; it should read "Remove trailing space"

ssato commented 1 year ago

LGTM and merged. Thanks a lot!