[tool.black]
line-length=79

[tool.pylint.REPORTS]
reports='no'

[tool.pylint.MASTER]
# A comma-separated list of package or module names from where C extensions may
# be loaded. Extensions are loading into the active Python interpreter and may
# run arbitrary code
extension-pkg-allow-list=["rapidjson", "ost"]

# [tool.pylint.typecheck]
generated-members = ["FindSequence"]

[tool.pylint.FORMAT]
max-line-length=80