diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 00000000..29c924b8 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,3 @@ +[flake8] +max-line-length = 160 +ignore = W503,E402