This commit is contained in:
Henrik Bakken
2020-11-20 00:40:52 +01:00
parent 0116c3fbfc
commit 72c73b3a00
3 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.pylintArgs": ["--disable=all", "--enable=F,E,unreachable,duplicate-key,unnecessary-semicolon,global-variable-not-assigned,unused-variable,binary-op-exception,bad-format-string,anomalous-backslash-in-string,bad-open-mode"],
"python.linting.flake8Args": ["--ignore=E226,E231,E241,E501,E701,E704"],
"python.linting.flake8Args": ["--ignore=E221,E226,E231,E241,E501,E701,E704"],
"python.linting.enabled": true,
"git.enableGutters": true,
"tabnine.shortcut": "TN",