Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tcamise-gpsw committed Dec 6, 2023
1 parent 4462bd1 commit 11617f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/python/sdk_wireless_camera_control/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ log_file_level = "DEBUG"
log_file_format = "%(threadName)13s: %(name)40s:%(lineno)5d %(asctime)s.%(msecs)03d %(levelname)-8s | %(message)s"
log_file_date_format = "%H:%M:%S"
filterwarnings = "ignore::DeprecationWarning"
# timeout = 10
timeout = 10
addopts = [
"-s",
"--capture=tee-sys",
Expand Down Expand Up @@ -263,4 +263,4 @@ match = '(?!params|.*pb).*\.py'
match-dir = '(?!.*demos).*'

[tool.isort]
profile = "black"
profile = "black"

0 comments on commit 11617f4

Please sign in to comment.