Skip to content

Commit

Permalink
style: apply mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
k4black committed Sep 1, 2023
1 parent ac7c16a commit e5d0c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pytest


def pytest_addoption(parser: pytest.Parser):
def pytest_addoption(parser: pytest.Parser) -> None:
parser.addoption('--python', action='store_true', dest="python", default=False, help="enable python tests")
parser.addoption('--cpp', action='store_true', dest="cpp", default=False, help="enable cpp tests")

0 comments on commit e5d0c5a

Please sign in to comment.