mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Whitespace nit
This commit is contained in:
parent
ee80f6218a
commit
64a65351b9
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ def cmd_output_mocked_pre_commit_home(*args, **kwargs):
|
||||||
|
|
||||||
skipif_cant_run_docker = pytest.mark.skipif(
|
skipif_cant_run_docker = pytest.mark.skipif(
|
||||||
os.name == 'nt' or not docker_is_running(),
|
os.name == 'nt' or not docker_is_running(),
|
||||||
reason="Docker isn't running or can't be accessed",
|
reason="Docker isn't running or can't be accessed",
|
||||||
)
|
)
|
||||||
|
|
||||||
skipif_cant_run_swift = pytest.mark.skipif(
|
skipif_cant_run_swift = pytest.mark.skipif(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue