diff --git a/setup.cfg b/setup.cfg index 4dca853..6b86e27 100644 --- a/setup.cfg +++ b/setup.cfg @@ -42,6 +42,15 @@ universal = 1 packages = flaat +[pycodestyle] +select = +ignore = E127,E203,E221,E241,E128 +max_line_length = 100 +max_doc_length = 100 + +[tool.black] +line-length = 100 + [extras] flask = Flask