Skip to content

Commit

Permalink
Use csv output
Browse files Browse the repository at this point in the history
  • Loading branch information
tcamise-gpsw committed Nov 22, 2024
1 parent 50fd565 commit 69dceda
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions demos/python/sdk_wireless_camera_control/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,10 @@ sequence = ["format", "lint", "tests", "docs"]
help = "Format, check types, lint, check docstrings, and run unit tests"

[tool.poe.tasks.licenses]
# cmd = "licensecheck -u poetry:dev"
cmd = "licensecheck"
# shell = """
# licensecheck -u poetry:dev > licenses.csv
# """
shell = """licensecheck > licenses.csv"""
help = "Analyze dependency licenses"

[tool.mypy]
Expand Down Expand Up @@ -277,4 +279,5 @@ exclude = 'schemas/'
require-return-section-when-returning-nothing = false

[tool.licensecheck]
using = "PEP631"
using = "PEP631"
format = 'csv'

0 comments on commit 69dceda

Please sign in to comment.