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.
 
 
 
 
 
 

18 lines
204 B

  1. version = 1
  2. test_patterns = [
  3. "**/test_*.py"
  4. ]
  5. exclude_patterns = [
  6. "frappe/patches/**",
  7. "*.min.js"
  8. ]
  9. [[analyzers]]
  10. name = "python"
  11. enabled = true
  12. [analyzers.meta]
  13. runtime_version = "3.x.x"