diff --git a/.flake8 b/.flake8 new file mode 100644 index 000000000..24b63ca2f --- /dev/null +++ b/.flake8 @@ -0,0 +1,3 @@ +[flake8] +ignore = E203 +max-line-length = 100