[PATCH v2 3/5] isort: add initial config

Filipe Laíns lains at archlinux.org
Mon Jun 1 22:35:27 UTC 2020


Signed-off-by: Filipe Laíns <lains at archlinux.org>
---
 setup.cfg | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/setup.cfg b/setup.cfg
index 04f5b8ba..b868c096 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,3 +2,7 @@
 max-line-length = 127
 max-complexity = 10
 
+[isort]
+line_length = 127
+lines_between_types = 1
+
-- 
2.26.2


More information about the aur-dev mailing list