[MASTER]
# A comma-separated list of package or module names from where C extensions may be loaded.
extension-pkg-whitelist=
# List of modules to be ignored (as a comma-separated string)
ignored-modules=
ignore=_version.py, .trunk

[MESSAGES CONTROL]
# Disable the following messages:
disable=

[REPORTS]
# Tells whether to display a full report or only the messages.
reports=no
score=yes

[FORMAT]
# Maximum number of characters on a single line.
max-line-length=95
indent-string='    '

[DESIGN]

[SIMILARITIES]

# Minimum lines number of a similarity.
min-similarity-lines=6

# Ignore comments when computing similarities.
ignore-comments=yes

# Ignore docstrings when computing similarities.
ignore-docstrings=yes

# Ignore imports when computing similarities.
ignore-imports=yes

# Signatures are removed from the similarity computation
ignore-signatures=yes
