Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
ashioyajotham committed Jan 11, 2025
1 parent abec73f commit 8eb7557
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
13 changes: 0 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,6 @@ skips = ["test_*.py"]
[tool.bandit.hardcoded_bind_all_interfaces]
skips = ["start_bot.py"]

[coverage:run]
branch = True
source = fingpt_trader

[coverage:report]
show_missing = True
skip_covered = True
fail_under = 100
exclude_lines =
pragma: no cover
def __repr__
raise NotImplementedError

[build-system]
requires = ["setuptools>=45", "wheel"]
build-backend = "setuptools.build_meta"
Expand Down
15 changes: 14 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,17 @@ per-file-ignores =
max-complexity = 10
statistics = True
count = True
python_version = 3.9
python_version = 3.9

[coverage:run]
branch = True
source = fingpt_trader

[coverage:report]
show_missing = True
skip_covered = True
fail_under = 100
exclude_lines =
pragma: no cover
def __repr__
raise NotImplementedError

0 comments on commit 8eb7557

Please sign in to comment.