We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8b85f commit d9fb9c2Copy full SHA for d9fb9c2
.vscode/settings.json
@@ -50,5 +50,13 @@
50
"python.linting.ignorePatterns": [
51
"**/de_bruijn.py",
52
"**/site-packages/**/*.py"
53
+ ],
54
+ "editor.defaultFormatter": "ms-python.black-formatter",
55
+ "black-formatter.args": [
56
+ "--line-length=120"
57
58
+ "flake8.args": [
59
+ "--max-line-length=120",
60
+ "--ignore=E203,E701"
61
]
62
}
0 commit comments