Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ lint.flake8-tidy-imports.banned-api."typing.Tuple".msg = "Deprecated alias. Chan
lint.flake8-tidy-imports.banned-api."typing.Type".msg = "Deprecated alias. Change to type"
lint.isort.known-first-party = [ "pyfaradaycup" ]
lint.pydocstyle.convention = "numpy"
lint.pylint.max-positional-args = 6

[tool.pytest] # https://docs.pytest.org/en/stable/reference/customize.html#pyproject-toml
addopts = [
Expand Down
3 changes: 3 additions & 0 deletions src/pyfaradaycup/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
from pyfaradaycup import pipeline


def hello() -> str:
"""Check that docstrings are tested.

Expand Down
Empty file.
Loading
Loading