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
28 lines (28 loc) · 873 Bytes
/
.gitmodules
File metadata and controls
28 lines (28 loc) · 873 Bytes
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
[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/shibukawa/snowball_py
ignore = dirty
[submodule "submodules/pylama"]
path = submodules/pylama
url = https://github.com/fmv1992/pylama
ignore = dirty