14 lines
244 B
INI
14 lines
244 B
INI
[FORMAT]
|
|
indent-string='\t'
|
|
max-line-length=120
|
|
|
|
# `f`: Callbacks
|
|
# `it`: Iterators
|
|
good-names=f,it
|
|
|
|
[MESSAGES CONTROL]
|
|
|
|
# W0621: Due to variables defined in `if __name__ == "__main__"`.
|
|
# W0511: This shouldn't be a warning
|
|
disable=W0621,W0511
|