Skip to content

Commit 04fc520

Browse files
committed
Blacken.
1 parent ecf3ad0 commit 04fc520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adabot/circuitpython_bundle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def update_bundle(bundle_path):
207207
# They will contain a '-' in the tag, such as '3.0.0-beta.5'.
208208
# --exclude must be before --tags.
209209
# sh fails to find the subcommand so we use subprocess.
210-
subprocess.run(
210+
subprocess.run( # pylint: disable=subprocess-run-check
211211
shlex.split(
212212
"git submodule foreach 'git checkout -q "
213213
"`git rev-list --exclude='*-*' --tags --max-count=1`'"

0 commit comments

Comments
 (0)