From 8690f8974b07f6be2db9c5248d92476a9bad51f0 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 22 Dec 2018 15:19:49 +0100 Subject: try fix tests: Force Flake8 to like our code I actually tried to fix the W504/W503 errors, but failed ungracefully. Also there was no help online, nor was there something that would automatically fix it. No, I am not ever again spend time trying to pacify linters, they have to fix it automatically. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d35cddeb..ff1992dc 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ nbproject .DS_Store /*egg-info /.tox +/.vscode/ -- cgit v1.2.1