mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-10-31 17:17:17 +00:00
7 lines
190 B
INI
7 lines
190 B
INI
[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
|