summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2018-12-22 15:19:49 +0100
committerSebastian Thiel <byronimo@gmail.com>2018-12-22 15:21:03 +0100
commit8690f8974b07f6be2db9c5248d92476a9bad51f0 (patch)
treef939952bdd0f71ed1a915468cc768dc069e8983a /.gitignore
parent530ab00f28262f6be657b8ce7d4673131b2ff34a (diff)
downloadgitpython-8690f8974b07f6be2db9c5248d92476a9bad51f0.tar.gz
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
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/