From bbf63a96fc62d416a82ba05a8b8cb97cd03bcbb4 Mon Sep 17 00:00:00 2001 From: sands58 <27434308+sands58@users.noreply.github.com> Date: Sun, 30 May 2021 21:47:31 +0800 Subject: [PATCH 1/2] Update .gitmodules Change for Chinese mirro --- .gitmodules | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitmodules b/.gitmodules index 4874edc5..f071db64 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,50 +1,50 @@ [submodule "submodules/autopep8"] path = submodules/autopep8 - url = https://github.com/hhatto/autopep8 + url = https://github.com.cnpmjs.org/hhatto/autopep8 ignore = dirty shallow = true [submodule "submodules/pycodestyle"] path = submodules/pycodestyle - url = https://github.com/PyCQA/pycodestyle + url = https://github.com.cnpmjs.org/PyCQA/pycodestyle ignore = dirty shallow = true [submodule "submodules/pydocstyle"] path = submodules/pydocstyle - url = https://github.com/PyCQA/pydocstyle + url = https://github.com.cnpmjs.org/PyCQA/pydocstyle ignore = dirty shallow = true [submodule "submodules/mccabe"] path = submodules/mccabe - url = https://github.com/PyCQA/mccabe + url = https://github.com.cnpmjs.org/PyCQA/mccabe ignore = dirty shallow = true [submodule "submodules/pyflakes"] path = submodules/pyflakes - url = https://github.com/PyCQA/pyflakes + url = https://github.com.cnpmjs.org/PyCQA/pyflakes ignore = dirty shallow = true [submodule "submodules/snowball_py"] path = submodules/snowball_py - url = https://github.com/diraol/snowball_py + url = https://github.com.cnpmjs.org/diraol/snowball_py ignore = dirty branch = develop shallow = true [submodule "submodules/pylint"] path = submodules/pylint - url = https://github.com/PyCQA/pylint + url = https://github.com.cnpmjs.org/PyCQA/pylint shallow = true [submodule "submodules/rope"] path = submodules/rope - url = https://github.com/python-rope/rope + url = https://github.com.cnpmjs.org/python-rope/rope shallow = true [submodule "submodules/astroid"] path = submodules/astroid - url = https://github.com/PyCQA/astroid + url = https://github.com.cnpmjs.org//PyCQA/astroid shallow = true [submodule "submodules/pylama"] path = submodules/pylama - url = https://github.com/klen/pylama + url = https://github.com.cnpmjs.org//klen/pylama shallow = true [submodule "submodules/toml"] path = submodules/toml - url = https://github.com/uiri/toml.git + url = https://github.com.cnpmjs.org/uiri/toml.git From 16ee3403fee5f283a84c8b2a3882a3da75fc51e4 Mon Sep 17 00:00:00 2001 From: sands58 <27434308+sands58@users.noreply.github.com> Date: Sun, 30 May 2021 21:48:09 +0800 Subject: [PATCH 2/2] Update .gitmodules --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index f071db64..c94d9b8e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -39,11 +39,11 @@ shallow = true [submodule "submodules/astroid"] path = submodules/astroid - url = https://github.com.cnpmjs.org//PyCQA/astroid + url = https://github.com.cnpmjs.org/PyCQA/astroid shallow = true [submodule "submodules/pylama"] path = submodules/pylama - url = https://github.com.cnpmjs.org//klen/pylama + url = https://github.com.cnpmjs.org/klen/pylama shallow = true [submodule "submodules/toml"] path = submodules/toml