christoph2/objutils

View on GitHub
.codacy.yml

Summary

Maintainability
Test Coverage
---
engines:
    duplication:
        enabled: true
        config:
            languages:
            - python
    fixme:
        enabled: true
    radon:
        enabled: true
ratings:
    paths:
    - "**.py"
exclude_paths:
    - "pyxcp/tests/**.py"
    - "docs/**py"