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.
 
 
 
 

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