Skip to content

Commit 80ab47b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8be6aa5 commit 80ab47b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/python/_argparse_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def _add_simple_args(parser):
3535
# ------------------------------------------------------------------------------
3636

3737

38-
@pytest.fixture()
38+
@pytest.fixture
3939
def simple_toml_content():
4040
return dedent(
4141
"""

tests/python/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# ==============================================================================
99

1010

11-
@pytest.fixture()
11+
@pytest.fixture
1212
def compile_commands(tmp_path):
1313
path = tmp_path / 'build' / 'compile_commands.json'
1414

0 commit comments

Comments
 (0)