This commit is contained in:
Henrik Bakken
2021-03-13 14:38:31 +01:00
parent 7865c357ef
commit b8c8d32895
8 changed files with 143 additions and 33 deletions
+2 -1
View File
@@ -5,8 +5,9 @@
"python.linting.flake8Enabled": true,
"python.linting.mypyEnabled": true,
"python.linting.pylintEnabled": false,
"python.analysis.useLibraryCodeForTypes": false,
/* "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=E221,E226,E231,E241,E272,E501,E701,E704"], */
"python.linting.flake8Args": ["--ignore=E731"],
"git.enableGutters": true,
"yaml.format.enable": true,
"yaml.format.singleQuote": true,