From 18e2092635805d89350c3a0d537aedf42e62a422 Mon Sep 17 00:00:00 2001 From: Istvan Ruzman Date: Mon, 17 Aug 2020 09:36:14 +0200 Subject: [PATCH] add comment --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 60be8db..88fcdbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,6 +61,7 @@ use_parentheses = true [tool.pylint.messages_control] +# black is taking care of this disable = "bad-continuation"