You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
199 B

  1. engines:
  2. duplication:
  3. enabled: true
  4. config:
  5. languages:
  6. - python
  7. fixme:
  8. enabled: true
  9. radon:
  10. enabled: true
  11. ratings:
  12. paths:
  13. - "**.py"
  14. exclude_paths:
  15. - tests/