.. _missing-kwoa:

missing-kwoa / E1125
====================

**Message emitted:**

Missing mandatory keyword argument %r in %s call

**Description:**

*Used when a function call does not pass a mandatory keyword-only argument.*


**Correct code:**

.. literalinclude:: /data/messages/m/missing-kwoa/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 `typecheck <https://github.com/PyCQA/pylint/blob/main/pylint/checkers/typecheck.py>`__ checker.