PY3.E0014
Out-of-place setting in top level configuration-section
Used when we detect a setting in the top level of a toml configuration that shouldn't be there. ```
Additional Details:
This error was raised when we encountered an unexpected value type in a toml configuration between pylint 2.12 and pylint 2.14 (before the argparse refactor).