選択できるのは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"