Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 50cd2cc

Browse files
committed
Add toml submodule
This is a new dependency for autopep8
1 parent 59efb15 commit 50cd2cc

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,6 @@
4545
path = submodules/pylama
4646
url = https://github.com/klen/pylama
4747
shallow = true
48+
[submodule "submodules/toml"]
49+
path = submodules/toml
50+
url = https://github.com/uiri/toml.git

pymode/libs/toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../submodules/toml/toml

submodules/toml

Submodule toml added at a86fc1f

0 commit comments

Comments
 (0)