diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..891a14d --- /dev/null +++ b/setup.cfg @@ -0,0 +1,5 @@ +[flake8] +max-line-length = 260 + +[pycodestyle] +max-line-length = 260 \ No newline at end of file