Skip to content

Commit f581a1a

Browse files
chore(pre-commit.ci): auto fixes
1 parent a7c7951 commit f581a1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_dunder_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
def test_can_run_as_python_module():
66
"""Run the CLI as a Python module."""
7-
result = subprocess.run( # noqa: S603
7+
result = subprocess.run(
88
[sys.executable, "-m", "biem_helmholtz_2d", "--help"],
99
check=True,
1010
capture_output=True,

0 commit comments

Comments
 (0)