git-bot-feedback 0.7.1

A library designed for CI tools that posts comments on a Pull Request.
Documentation
File Annotations
=================

.. autoclass:: git_bot_feedback.FileAnnotation
    :members:

.. autoclass:: git_bot_feedback.AnnotationLevel

    .. py:attribute:: AnnotationLevel.Debug

        A debugging annotation.

    .. py:attribute:: AnnotationLevel.Notice

        A note annotation.

    .. py:attribute:: AnnotationLevel.Warning

        A warning annotation.

    .. py:attribute:: AnnotationLevel.Error

        A error annotation.