Skip to content

Commit e87ab92

Browse files
pre-commit-ci[bot]shatakshiiii
authored andcommitted
chore: auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent edc8146 commit e87ab92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def test_nodeps(lintable: str) -> None:
124124
env = os.environ.copy()
125125
py_path = Path(sys.executable).parent
126126
proc = subprocess.run(
127-
[str(py_path / "ansible-lint"), '--nodeps=true', lintable],
127+
[str(py_path / "ansible-lint"), "--nodeps=true", lintable],
128128
check=False,
129129
capture_output=True,
130130
text=True,

0 commit comments

Comments
 (0)