Docling-UI / .flake8
dolfim-ibm's picture
docling_serve
44657b5
raw
history blame
162 Bytes
[flake8]
max-line-length = 88
exclude = test/*
max-complexity = 18
docstring-convention = google
ignore = W503,E203
classmethod-decorators = classmethod,validator