Skip to content

Commit 4ea05b6

Browse files
committed
Don't dowload whole history of submodules
1 parent 55cb585 commit 4ea05b6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitmodules

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,46 @@
22
path = submodules/autopep8
33
url = https://github.com/hhatto/autopep8
44
ignore = dirty
5+
shallow = true
56
[submodule "submodules/pycodestyle"]
67
path = submodules/pycodestyle
78
url = https://github.com/PyCQA/pycodestyle
89
ignore = dirty
10+
shallow = true
911
[submodule "submodules/pydocstyle"]
1012
path = submodules/pydocstyle
1113
url = https://github.com/PyCQA/pydocstyle
1214
ignore = dirty
15+
shallow = true
1316
[submodule "submodules/mccabe"]
1417
path = submodules/mccabe
1518
url = https://github.com/PyCQA/mccabe
1619
ignore = dirty
20+
shallow = true
1721
[submodule "submodules/pyflakes"]
1822
path = submodules/pyflakes
1923
url = https://github.com/PyCQA/pyflakes
2024
ignore = dirty
25+
shallow = true
2126
[submodule "submodules/snowball_py"]
2227
path = submodules/snowball_py
2328
url = https://github.com/diraol/snowball_py
2429
ignore = dirty
2530
branch = develop
31+
shallow = true
2632
[submodule "submodules/pylint"]
2733
path = submodules/pylint
2834
url = https://github.com/PyCQA/pylint
35+
shallow = true
2936
[submodule "submodules/rope"]
3037
path = submodules/rope
3138
url = https://github.com/python-rope/rope
39+
shallow = true
3240
[submodule "submodules/astroid"]
3341
path = submodules/astroid
3442
url = https://github.com/PyCQA/astroid
43+
shallow = true
3544
[submodule "submodules/pylama"]
3645
path = submodules/pylama
3746
url = https://github.com/klen/pylama
47+
shallow = true

0 commit comments

Comments
 (0)