mirror of https://github.com/tiangolo/fastapi.git
Merge remote-tracking branch 'origin/update-user-guide' into update-user-guide
This commit is contained in:
commit
d526cf10ba
|
|
@ -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