forked from python-mode/python-mode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
49 lines (49 loc) · 1.54 KB
/
.gitmodules
File metadata and controls
49 lines (49 loc) · 1.54 KB
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
42
43
44
45
46
47
48
49
[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/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
[submodule "submodules/pylama"]
path = submodules/pylama
url = https://github.com/klen/pylama
[submodule "submodules/typed_ast"]
path = submodules/typed_ast
url = https://github.com/python/typed_ast
[submodule "submodules/mypy_extensions"]
path = submodules/mypy_extensions
url = https://github.com/python/mypy_extensions
[submodule "submodules/mypy"]
path = submodules/mypy
url = https://github.com/python/mypy