[BASIC]

# List of builtins function names that should not be used, separated by a comma
bad-functions=map,filter,input,open

[FORMAT]

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