gmr/pgpasslib

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  duplication:
    enabled: true
    config:
      languages:
      - python
  pep8:
    enabled: true
  radon:
    enabled: true
ratings:
  paths:
  - pgpasslib.py
exclude_paths:
- docs/**
- setup.*
- test-requirements.txt
- tests.py
- README.rst
- MANIFEST.in
- LICENSE