Skip to content

Commit c224a04

Browse files
committed
changed modules from pymode/libs to submodules
1 parent 9735129 commit c224a04

File tree

160 files changed

+18429
-35993
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+18429
-35993
lines changed

.gitmodules

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
[submodule "submodules/autopep8"]
2+
path = submodules/autopep8
3+
url = https://github.com/hhatto/autopep8
4+
ignore = dirty
5+
[submodule "submodules/pycodestyle"]
6+
path = submodules/pycodestyle
7+
url = https://github.com/PyCQA/pycodestyle
8+
ignore = dirty
9+
[submodule "submodules/pydocstyle"]
10+
path = submodules/pydocstyle
11+
url = https://github.com/PyCQA/pydocstyle/
12+
ignore = dirty
13+
[submodule "submodules/mccabe"]
14+
path = submodules/mccabe
15+
url = https://github.com/PyCQA/mccabe
16+
ignore = dirty
17+
[submodule "submodules/pyflakes"]
18+
path = submodules/pyflakes
19+
url = https://github.com/PyCQA/pyflakes
20+
ignore = dirty
21+
[submodule "submodules/snowball_py"]
22+
path = submodules/snowball_py
23+
url = https://github.com/shibukawa/snowball_py
24+
ignore = dirty
25+
[submodule "submodules/pylama"]
26+
path = submodules/pylama
27+
url = https://github.com/fmv1992/pylama
28+
ignore = dirty

0 commit comments

Comments
 (0)