[Tarantool-patches] [PATCH v3 1/2] Add flake8 config file to increase line minimal length

sergeyb at tarantool.org sergeyb at tarantool.org
Mon Jun 8 18:25:30 MSK 2020


From: Sergey Bronnikov <sergeyb at tarantool.org>

---
 .flake8 | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 .flake8

diff --git a/.flake8 b/.flake8
new file mode 100644
index 0000000..7da1f96
--- /dev/null
+++ b/.flake8
@@ -0,0 +1,2 @@
+[flake8]
+max-line-length = 100
-- 
2.23.0



More information about the Tarantool-patches mailing list