--- a/src/eric7/Plugins/VcsPlugins/vcsGit/Config.py Wed Jul 13 11:16:20 2022 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/Config.py Wed Jul 13 14:55:47 2022 +0200 @@ -9,13 +9,13 @@ # Available protocols for the repository URL ConfigGitSchemes = [ - 'file', - 'ftp', - 'ftps', - 'git', - 'http', - 'https', - 'rsync', - 'ssh', - 'ssh+scp', + "file", + "ftp", + "ftps", + "git", + "http", + "https", + "rsync", + "ssh", + "ssh+scp", ]