Skip to content

Commit

Permalink
chore: auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and shatakshiiii committed Dec 11, 2024
1 parent edc8146 commit e87ab92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e87ab92

Please sign in to comment.