[MASTER]

ignore-patterns=some_script.py,some_other_script.py,yet_another_script.py

[FORMAT]

# Maximum number of characters on a single line.
max-line-length=120

# String used as indentation unit. This is usually "    " (4 spaces) or "\t" (1
# tab).
indent-string='  '
