Add --ignore option to skip projects from report. Update deps

This commit is contained in:
Alex Kelly 2025-10-24 09:39:57 -04:00
commit b0457b3f9e
3 changed files with 1509 additions and 972 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "task-status"
version = "0.3.1"
version = "0.4.1"
description = "Utility to get status data built from taskwarrior"
authors = ["Alex Kelly <alex.kelly@franklin.edu>"]
@ -9,7 +9,7 @@ python = "^3.9"
click = "^8.0.1"
python-dateutil = "^2.8.2"
[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
pytest = "^6.2.4"
flake8 = "^3.9.2"
python-semantic-release = "^7.19.1"