commit 5bb7674c086774d1bb2d52c79a228243cbc62f45 parent be5b4a2cceee37797206218fcfaa6a727db399a1 Author: ng0 <ng0@n0.is> Date: Fri, 1 Dec 2017 13:41:50 +0000 init tox.ini with some flake8 defaults. Diffstat:
| A | tox.ini | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/tox.ini b/tox.ini @@ -0,0 +1,4 @@ +[flake8] +# These are things the devs don't agree make the python code more readable +max-line-length = 160 +exclude = .git +\ No newline at end of file