You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[MASTER]
|
|
init-hook="from pylint.config import find_pylintrc; import os, sys; sys.path.append(os.path.dirname(find_pylintrc()))"
|
|
extension-pkg-whitelist=pydantic
|
|
|
|
[FORMAT]
|
|
max-line-length=88
|