Skip to content

Commit b23ed38

Browse files
authored
Update settings.json
1 parent 8e23f8d commit b23ed38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"python.linting.pylintEnabled": false,
2222
"python.linting.flake8Enabled": true,
2323
"python.linting.flake8Args": [
24-
"per-file-ignores=hpecp/__init__.py:F401"
24+
"per-file-ignores=hpecp/__init__.py:F401",
25+
"--docstring-convention=numpy"
2526
],
2627
"python.linting.enabled": true,
2728
"python.formatting.provider": "black",

0 commit comments

Comments
 (0)