Skip to content

Commit

Permalink
Merge branch 'feat/identifier-feature-extraction' of https://github.c…
Browse files Browse the repository at this point in the history
…om/NielsPraet/tsflex into feat/identifier-feature-extraction
  • Loading branch information
NielsPraet committed Aug 11, 2023
2 parents 8324d71 + 7f24cdc commit 2c2ecc5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,14 @@ ignore = ["E501"] # Never enforce `E501` (line length violations).
"tests/test_stroll_factory.py" = ["F401", "F811"]
"tests/test_utils.py" = ["F401", "F811"]

# Testing
[tool.pytest.ini_options]
addopts = "--cov=tsflex --cov-report=term-missing --benchmark-disable"
testpaths = "tests/"

# Formatting
[tool.black]
color = true
color = false
line-length = 88

[build-system]
Expand Down

0 comments on commit 2c2ecc5

Please sign in to comment.