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.

39 lines
555 B

5 years ago
5 years ago
5 years ago
  1. [MASTER]
  2. jobs=0
  3. [MESSAGES CONTROL]
  4. disable=missing-docstring,bad-continuation,trailing-whitespace,logging-not-lazy,logging-fstring-interpolation,no-else-return,no-else-raise
  5. enable=similarities
  6. [REPORTS]
  7. [REFACTORING]
  8. [BASIC]
  9. [FORMAT]
  10. max-line-length=100
  11. # e for error; f for file; fn for function
  12. good-names=i,j,k,x,y,e,f,fn
  13. indent-string="\t"
  14. # allows global variables to be normal
  15. const-rgx=[a-zA-Z_][a-zA-Z0-9_]{2,30}$
  16. [LOGGING]
  17. [MISCELLANEOUS]
  18. [SIMILARITIES]
  19. [SPELLING]
  20. [TYPECHECK]
  21. [VARIABLES]
  22. [CLASSES]
  23. [DESIGN]
  24. [IMPORTS]
  25. [EXCEPTIONS]