-
Jean-Baptiste Bayle authoredJean-Baptiste Bayle authored
.pylintrc 522 B
[BASIC]
# Good variable names which should always be accepted, separated by a comma
good-names=i,j,k,x,t,t0,fs,dt,tt,sc
[MESSAGE CONTROL]
disable=too-many-instance-attributes,
duplicate-code
[FORMAT]
# Maximum number of characters on a single line.
max-line-length=120
[DESIGN]
# Maximum number of locals for function / method body
max-locals=30
# Maximum number of arguments for function / method
max-args=10
# Maximum number of public methods
max-public-methods=30
[TYPECHECK]
ignored-modules=lisaconstants