Skip to content

Configure codacy

Right now codacy has conflicting rules for the PEP257 tool. Rules D212 and D213 are conflicting (stackoverflow).

This means it will never pass. Since

"""One rule tells it to start docstrings on the first line.

"""

while at the same time

"""
Another rule tells it to start docstrings on the second line.

"""