forked from python-mode/python-mode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
41 lines (41 loc) · 1.25 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[submodule "submodules/autopep8"]
path = submodules/autopep8
url = https://github.com/hhatto/autopep8
ignore = dirty
[submodule "submodules/pycodestyle"]
path = submodules/pycodestyle
url = https://github.com/PyCQA/pycodestyle
ignore = dirty
[submodule "submodules/pydocstyle"]
path = submodules/pydocstyle
url = https://github.com/PyCQA/pydocstyle
ignore = dirty
[submodule "submodules/mccabe"]
path = submodules/mccabe
url = https://github.com/PyCQA/mccabe
ignore = dirty
[submodule "submodules/pyflakes"]
path = submodules/pyflakes
url = https://github.com/PyCQA/pyflakes
ignore = dirty
[submodule "submodules/snowball_py"]
path = submodules/snowball_py
url = https://github.com/diraol/snowball_py
ignore = dirty
branch = develop
[submodule "submodules/pylama"]
path = submodules/pylama
url = https://github.com/fmv1992/pylama
ignore = dirty
[submodule "submodules/pylint"]
path = submodules/pylint
url = https://github.com/PyCQA/pylint
[submodule "submodules/rope"]
path = submodules/rope
url = https://github.com/python-rope/rope
[submodule "submodules/astroid"]
path = submodules/astroid
url = https://github.com/PyCQA/astroid
[submodule "submodules/six"]
path = submodules/six
url = https://github.com/benjaminp/six.git