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:
Bobby R. Bruce
2023-11-29 22:06:41 -08:00
parent 7d67109ca2
commit d11c40dcac
681 changed files with 3729 additions and 2487 deletions

View File

@@ -27,7 +27,10 @@
if __name__ == "__main__":
import sys
from os.path import dirname, join
from os.path import (
dirname,
join,
)
base = dirname(__file__)
sys.path.insert(1, join(base, "../src/mem"))