Skip to content

Commit 77b6059

Browse files
committed
Add workspace lint settings
1 parent f62b66c commit 77b6059

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.vscode/settings.json

+7
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,12 @@
1414
"tag:yaml.org,2002:python/name:material.extensions.emoji.to_svg",
1515
"tag:yaml.org,2002:python/name:material.extensions.emoji.twemoji",
1616
"tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format"
17+
],
18+
"flake8.args": [
19+
"--max-line-length=125"
20+
],
21+
"pylint.args": [
22+
"--max-line-length=125",
23+
"--disable=C0103"
1724
]
1825
}

0 commit comments

Comments
 (0)