.landscape.yml 263 B

1234567891011121314151617
  1. doc-warnings: true
  2. test-warnings: false
  3. strictness: medium
  4. max-line-length: 79
  5. uses:
  6. - kombu
  7. - amqp
  8. autodetect: true
  9. requirements:
  10. - requirements/default.txt
  11. - requirements/test.txt
  12. ignore-paths:
  13. - docs
  14. - t
  15. python-targets:
  16. - 2
  17. - 3