misc: Run pre-commit run --all-files
This ensures `isort` is applied to all files in the repo. Change-Id: Ib7ced1c924ef1639542bf0d1a01c5737f6ba43e9
This commit is contained in:
@@ -39,10 +39,11 @@
|
||||
# format.
|
||||
|
||||
import os
|
||||
import protolib
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
import protolib
|
||||
|
||||
util_dir = os.path.dirname(os.path.realpath(__file__))
|
||||
# Make sure the proto definitions are up to date.
|
||||
subprocess.check_call(["make", "--quiet", "-C", util_dir, "packet_pb2.py"])
|
||||
|
||||
Reference in New Issue
Block a user