We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3159a2a commit a831348Copy full SHA for a831348
README.md
@@ -70,7 +70,7 @@ config = init_config(
70
merge_configs = True,
71
sections_ignored_on_merge = ['redis'], # do not include redis in your config
72
convert_keys_to_snake_case = False,
73
- add_underscore_prefix_to_keywords = False
+ add_underscore_prefix_to_keywords = False,
74
raise_error_non_identifiers = False,
75
validate_data_types = True,
76
allow_extra_sections = True,
0 commit comments