.. _bad-configuration-section:

bad-configuration-section / E0014
=================================

**Message emitted:**

Out-of-place setting encountered in top level configuration-section '%s' : '%s'

**Description:**

*Used when we detect a setting in the top level of a toml configuration that shouldn't be there.*


**Correct code:**

.. literalinclude:: /data/messages/b/bad-configuration-section/good.py
   :language: python

**Additional details:**

You can help us make the doc better `by contributing <https://github.com/PyCQA/pylint/issues/5953>`_ !


Created by the `main <https://github.com/PyCQA/pylint/blob/main/pylint/lint/pylinter.py>`__ checker.