Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

38 righe
596 B

  1. [flake8]
  2. ignore =
  3. E121,
  4. E126,
  5. E127,
  6. E128,
  7. E203,
  8. E225,
  9. E226,
  10. E231,
  11. E241,
  12. E251,
  13. E261,
  14. E265,
  15. E302,
  16. E303,
  17. E305,
  18. E402,
  19. E501,
  20. E741,
  21. W291,
  22. W292,
  23. W293,
  24. W391,
  25. W503,
  26. W504,
  27. F403,
  28. B007,
  29. B950,
  30. W191,
  31. E124, # closing bracket, irritating while writing QB code
  32. E131, # continuation line unaligned for hanging indent
  33. E123, # closing bracket does not match indentation of opening bracket's line
  34. E101, # ensured by use of black
  35. max-line-length = 200
  36. exclude=.github/helper/semgrep_rules