mirror of https://github.com/tiangolo/fastapi.git
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
This commit is contained in:
parent
16cf1e3def
commit
3b98ce9c84
|
|
@ -297,7 +297,10 @@ def live(
|
|||
if dirty:
|
||||
args.append("--dirty")
|
||||
subprocess.run(
|
||||
args, env={**os.environ, "LINENUMS": "true", "PYTHONUTF8": "1"}, cwd=lang_path, check=True
|
||||
args,
|
||||
env={**os.environ, "LINENUMS": "true", "PYTHONUTF8": "1"},
|
||||
cwd=lang_path,
|
||||
check=True,
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue