From 9de3df1fe05a887c564efb3b37813942d05fe25b Mon Sep 17 00:00:00 2001 From: Adrien Date: Tue, 9 Aug 2022 17:49:52 +0200 Subject: [PATCH] Fix yapf configuration --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0bb886c..582a4f0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ max_line_length = 100 max_line_length = 100 [yapf] -based_on_style = "pep8" +based_on_style = pep8 column_limit = 100 [pylint]