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 83d7623 commit 8d924d3Copy full SHA for 8d924d3
.vscode/settings.json
@@ -42,5 +42,7 @@
42
"evenBetterToml.schema.enabled": false, // disable toml/json schema since we have custom fields
43
"python.analysis.extraPaths": [
44
"./tests/" // add tests to python path just like pytest does in pyproject.toml
45
- ]
+ ],
46
+ "git.alwaysSignOff": true,
47
+ "git.enableCommitSigning": true,
48
}
0 commit comments