.. _config-parse-error:

config-parse-error / F0011
==========================

**Message emitted:**

error while parsing the configuration: %s

**Description:**

*Used when an exception occurred while parsing a pylint configuration file.*


**Correct code:**

.. literalinclude:: /data/messages/c/config-parse-error/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.