This commit is contained in:
Henrik Bakken
2021-03-23 01:15:36 +01:00
parent 5632010463
commit 8c79595610
5 changed files with 9 additions and 8 deletions
+1
View File
@@ -8,6 +8,7 @@
"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=E731"],
"diagnostic.showUnused": false,
"git.enableGutters": true,
"yaml.format.enable": true,
"yaml.format.singleQuote": true,