Cognitive-Face-Python/.pylintrc

10 строки
180 B
INI

[MESSAGES CONTROL]
# Use Python 3 style print for both support 2 and 3.
disable=superfluous-parens
[SIMILARITIES]
# Minimum lines number of a similarity.
min-similarity-lines=8