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
39 lines
555 B
[MASTER]
|
|
jobs=0
|
|
[MESSAGES CONTROL]
|
|
|
|
disable=missing-docstring,bad-continuation,trailing-whitespace,logging-not-lazy,logging-fstring-interpolation,no-else-return,no-else-raise
|
|
enable=similarities
|
|
[REPORTS]
|
|
|
|
[REFACTORING]
|
|
|
|
[BASIC]
|
|
|
|
[FORMAT]
|
|
max-line-length=100
|
|
# e for error; f for file; fn for function
|
|
good-names=i,j,k,x,y,e,f,fn
|
|
indent-string="\t"
|
|
# allows global variables to be normal
|
|
const-rgx=[a-zA-Z_][a-zA-Z0-9_]{2,30}$
|
|
[LOGGING]
|
|
|
|
[MISCELLANEOUS]
|
|
|
|
[SIMILARITIES]
|
|
|
|
[SPELLING]
|
|
|
|
[TYPECHECK]
|
|
|
|
[VARIABLES]
|
|
|
|
[CLASSES]
|
|
|
|
[DESIGN]
|
|
|
|
[IMPORTS]
|
|
|
|
[EXCEPTIONS]
|
|
|