Skip to content

Commit 85087fd

Browse files
committed
fix: linting and doc dictionary
1 parent d57dcd1 commit 85087fd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/dictionary/custom_wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ https
3636
monotypes
3737
Monotypes
3838
natively
39+
nginx
3940
os
4041
permissioned
4142
pipx

mxops/utils/chain_simulator.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,15 @@ def start_chain_simulator(
277277

278278
LOGGER.info("Starting the chain simulator")
279279
process = subprocess.Popen( # nosec
280-
["docker", "compose", "-f", file_path.as_posix(), "up", "-d", "--force-recreate"],
280+
[
281+
"docker",
282+
"compose",
283+
"-f",
284+
file_path.as_posix(),
285+
"up",
286+
"-d",
287+
"--force-recreate",
288+
],
281289
stdout=subprocess.PIPE,
282290
stderr=subprocess.PIPE,
283291
universal_newlines=True,

0 commit comments

Comments
 (0)