.landscape.yml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. doc-warnings: false
  2. test-warnings: false
  3. max-line-length: 79
  4. inherits:
  5. - strictness_veryhigh
  6. uses:
  7. - celery
  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
  18. pep8:
  19. full: true
  20. disable:
  21. - N806
  22. - N802
  23. - N801
  24. - N803
  25. pyroma:
  26. run: true
  27. pylint:
  28. disable:
  29. - missing-docstring
  30. - too-many-arguments
  31. - too-many-locals
  32. - redefined-builtin
  33. - not-callable
  34. - cyclic-import
  35. - expression-not-assigned
  36. - lost-exception
  37. - dangerous-default-value
  38. - unused-argument
  39. - protected-access
  40. - invalid-name
  41. - too-many-instance-attributes
  42. - bad-builtin
  43. - abstract-method
  44. - global-statement
  45. - too-many-public-methods
  46. - no-self-use
  47. - unnecessary-lambda
  48. - too-few-public-methods
  49. - attribute-defined-outside-init
  50. - too-many-ancestors
  51. - too-many-return-statements
  52. - bad-mcs-classmethod-argument
  53. - bad-mcs-method-argument
  54. options:
  55. exclude-protected: _reader, _writer, _popen, _sentinel_poll, _job, _is_alive, _write_to, _scheduled_for, _terminated, _accepted, _set_terminated, _payload, _cancel