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 677bc10 commit d3cd060Copy full SHA for d3cd060
.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