Merge branch 'gui'.
[crypto-install.git] / setup.cfg
diff --git a/setup.cfg b/setup.cfg
new file mode 100644 (file)
index 0000000..328cd3c
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,4 @@
+[flake8]
+exclude = build
+select = E123,E226,E241,E242
+ignore = E211,E251,E401