Skip to content

Commit 2ae7a23

Browse files
authored
Merge pull request #820 from makramkd/develop
Fix pydocstyle submodule URL
2 parents 0b6977d + 1446a28 commit 2ae7a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
ignore = dirty
99
[submodule "submodules/pydocstyle"]
1010
path = submodules/pydocstyle
11-
url = https://github.com/PyCQA/pydocstyle/
11+
url = https://github.com/PyCQA/pydocstyle
1212
ignore = dirty
1313
[submodule "submodules/mccabe"]
1414
path = submodules/mccabe

0 commit comments

Comments
 (0)