diff --git a/.vscode/settings.json b/.vscode/settings.json index 55f3a52d5..0a3a2353e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -42,5 +42,7 @@ "evenBetterToml.schema.enabled": false, // disable toml/json schema since we have custom fields "python.analysis.extraPaths": [ "./tests/" // add tests to python path just like pytest does in pyproject.toml - ] + ], + "git.alwaysSignOff": true, + "git.enableCommitSigning": true, }