Skip to content

Commit 0363f5f

Browse files
authored
Fix Black formatter workspace defaults (#52)
1 parent cd8b85f commit 0363f5f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,13 @@
5050
"python.linting.ignorePatterns": [
5151
"**/de_bruijn.py",
5252
"**/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"
5361
]
5462
}

0 commit comments

Comments
 (0)