25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

16 lines
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. ]