Skip to content

Commit

Permalink
[pre-commit.ci] 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] committed Aug 12, 2024
1 parent 8be6aa5 commit 80ab47b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/python/_argparse_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def _add_simple_args(parser):
# ------------------------------------------------------------------------------


@pytest.fixture()
@pytest.fixture
def simple_toml_content():
return dedent(
"""
Expand Down
2 changes: 1 addition & 1 deletion tests/python/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# ==============================================================================


@pytest.fixture()
@pytest.fixture
def compile_commands(tmp_path):
path = tmp_path / 'build' / 'compile_commands.json'

Expand Down

0 comments on commit 80ab47b

Please sign in to comment.