Skip to content

Commit 54edcf0

Browse files
committed
Lint fixes
1 parent 863b4af commit 54edcf0

File tree

1 file changed

+6
-2
lines changed
  • readthedocs/vcs_support/backends

1 file changed

+6
-2
lines changed

readthedocs/vcs_support/backends/git.py

+6-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,11 @@ def repo_exists(self):
5555
return code == 0
5656

5757
def are_submodules_available(self):
58-
"""Test whether git submodule checkout step should be performed
58+
"""
59+
Test whether git submodule checkout step should be performed.
5960
6061
.. note::
62+
6163
Temporarily, we support skipping these steps as submodule step can
6264
fail if using private submodules. This will eventually be
6365
configureable with our YAML config.
@@ -85,9 +87,11 @@ def checkout_revision(self, revision=None):
8587
return [code, out, err]
8688

8789
def clone(self):
88-
"""Clone the repository
90+
"""
91+
Clone the repository.
8992
9093
.. note::
94+
9195
Temporarily, we support skipping submodule recursive clone via a
9296
feature flag. This will eventually be configureable with our YAML
9397
config.

0 commit comments

Comments
 (0)