您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

18 行
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"