Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fraimondo committed Apr 29, 2024
1 parent e5171f8 commit 57b4d1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions julearn/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def pytest_configure(config: pytest.Config) -> None:
----------
config : pytest.Config
The pytest configuration object.
"""
# register your new marker to avoid warnings
for k, v in _filter_keys.items():
Expand All @@ -38,6 +39,7 @@ def pytest_addoption(parser: pytest.Parser) -> None:
----------
parser : pytest.Parser
The pytest parser object.
"""
# add your new filter option (you can name it whatever you want)
parser.addoption(
Expand Down

0 comments on commit 57b4d1e

Please sign in to comment.