[v2,2/5] flake8: add initial config

Message ID 20200601223529.3006974-2-lains@archlinux.org
State New
Headers show
Series [v2,1/5] refactor code to comply with flake8 and isort | expand

Commit Message

Filipe Laíns June 1, 2020, 10:35 p.m. UTC
Signed-off-by: Filipe Laíns <lains@archlinux.org>
---
 setup.cfg | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 setup.cfg

Patch

diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 00000000..04f5b8ba
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,4 @@ 
+[flake8]
+max-line-length = 127
+max-complexity = 10
+