Skip to content

Commit

Permalink
[skip ci] Apply black changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedThree authored and github-actions[bot] committed Jul 16, 2024
1 parent e831348 commit cd60ad6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test_corpus.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@
def test_copus(tmp_path, url, config_file, flags):
os.chdir(tmp_path)

subprocess.run(f"git clone --recurse-submodules --depth=1 {url}", check=True, shell=True)
subprocess.run(
f"git clone --recurse-submodules --depth=1 {url}", check=True, shell=True
)

with pytest.MonkeyPatch.context() as m:
command = f"ford {flags} {config_file}"
Expand Down

0 comments on commit cd60ad6

Please sign in to comment.