.. _mixed-line-endings:

mixed-line-endings / C0327
==========================

**Message emitted:**

``Mixed line endings LF and CRLF``

**Description:**

*Used when there are mixed (LF and CRLF) newline signs in a file.*


**Correct code:**

.. literalinclude:: /data/messages/m/mixed-line-endings/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 `format <https://github.com/PyCQA/pylint/blob/main/pylint/checkers/format.py>`__ checker.