From e87ab922d5938134a08b0bdc50ab20e7080bc2d9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 09:47:25 +0000 Subject: [PATCH] chore: auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- test/test_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_main.py b/test/test_main.py index bbafc0ad3d..c3c6cb6d21 100644 --- a/test/test_main.py +++ b/test/test_main.py @@ -124,7 +124,7 @@ def test_nodeps(lintable: str) -> None: env = os.environ.copy() py_path = Path(sys.executable).parent proc = subprocess.run( - [str(py_path / "ansible-lint"), '--nodeps=true', lintable], + [str(py_path / "ansible-lint"), "--nodeps=true", lintable], check=False, capture_output=True, text=True,