Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bbf63a9

Browse files
authored
Update .gitmodules
Change for Chinese mirro
1 parent 56a4b36 commit bbf63a9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.gitmodules

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,50 @@
11
[submodule "submodules/autopep8"]
22
path = submodules/autopep8
3-
url = https://github.com/hhatto/autopep8
3+
url = https://github.com.cnpmjs.org/hhatto/autopep8
44
ignore = dirty
55
shallow = true
66
[submodule "submodules/pycodestyle"]
77
path = submodules/pycodestyle
8-
url = https://github.com/PyCQA/pycodestyle
8+
url = https://github.com.cnpmjs.org/PyCQA/pycodestyle
99
ignore = dirty
1010
shallow = true
1111
[submodule "submodules/pydocstyle"]
1212
path = submodules/pydocstyle
13-
url = https://github.com/PyCQA/pydocstyle
13+
url = https://github.com.cnpmjs.org/PyCQA/pydocstyle
1414
ignore = dirty
1515
shallow = true
1616
[submodule "submodules/mccabe"]
1717
path = submodules/mccabe
18-
url = https://github.com/PyCQA/mccabe
18+
url = https://github.com.cnpmjs.org/PyCQA/mccabe
1919
ignore = dirty
2020
shallow = true
2121
[submodule "submodules/pyflakes"]
2222
path = submodules/pyflakes
23-
url = https://github.com/PyCQA/pyflakes
23+
url = https://github.com.cnpmjs.org/PyCQA/pyflakes
2424
ignore = dirty
2525
shallow = true
2626
[submodule "submodules/snowball_py"]
2727
path = submodules/snowball_py
28-
url = https://github.com/diraol/snowball_py
28+
url = https://github.com.cnpmjs.org/diraol/snowball_py
2929
ignore = dirty
3030
branch = develop
3131
shallow = true
3232
[submodule "submodules/pylint"]
3333
path = submodules/pylint
34-
url = https://github.com/PyCQA/pylint
34+
url = https://github.com.cnpmjs.org/PyCQA/pylint
3535
shallow = true
3636
[submodule "submodules/rope"]
3737
path = submodules/rope
38-
url = https://github.com/python-rope/rope
38+
url = https://github.com.cnpmjs.org/python-rope/rope
3939
shallow = true
4040
[submodule "submodules/astroid"]
4141
path = submodules/astroid
42-
url = https://github.com/PyCQA/astroid
42+
url = https://github.com.cnpmjs.org//PyCQA/astroid
4343
shallow = true
4444
[submodule "submodules/pylama"]
4545
path = submodules/pylama
46-
url = https://github.com/klen/pylama
46+
url = https://github.com.cnpmjs.org//klen/pylama
4747
shallow = true
4848
[submodule "submodules/toml"]
4949
path = submodules/toml
50-
url = https://github.com/uiri/toml.git
50+
url = https://github.com.cnpmjs.org/uiri/toml.git

0 commit comments

Comments
 (0)