.landscape.yml 834 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. doc-warnings: false
  2. test-warnings: false
  3. max-line-length: 79
  4. uses:
  5. - celery
  6. autodetect: true
  7. requirements:
  8. - requirements/default.txt
  9. - requirements/test.txt
  10. ignore-paths:
  11. - docs
  12. - t
  13. python-targets:
  14. - 2
  15. - 3
  16. pep8:
  17. full: true
  18. disable:
  19. - N806
  20. - N802
  21. - N801
  22. - N803
  23. pyroma:
  24. run: true
  25. pylint:
  26. disable:
  27. - missing-docstring
  28. - too-many-arguments
  29. - too-many-locals
  30. - redefined-builtin
  31. - not-callable
  32. - cyclic-import
  33. - expression-not-assigned
  34. - lost-exception
  35. - dangerous-default-value
  36. - unused-argument
  37. options:
  38. exclude-protected: _reader, _writer, _popen, _sentinel_poll, _job, _is_alive, _write_to, _scheduled_for, _terminated, _accepted, _set_terminated, _payload, _cancel