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

16 行
177 B

  1. version = 1
  2. exclude_patterns = [
  3. ".*"
  4. ]
  5. test_patterns = [
  6. "bench/tests/**"
  7. ]
  8. [[analyzers]]
  9. name = "python"
  10. enabled = true
  11. dependency_file_paths = [
  12. "requirements.txt"
  13. ]