From 0b005c192b2c141c7f6c9bff4a0702361814c21d Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 13 Aug 2025 13:36:30 -0400 Subject: Prototype PodcastItLater This implements a working prototype of PodcastItLater. It basically just works for a single user currently, but the articles are nice to listen to and this is something that we can start to build with. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 3bd98c7..15ca3c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,7 @@ ignore = [ "D203", # no-blank-line-before-class "D212", # multi-line-summary-first-line "DOC201", # docstring-missing-returns + "DOC501", # docstring-missing-exception "E203", # whitespace-before-punctuation, doesn't work with ruff format "EXE003", # shebang-missing-python, we use run.sh "INP001", # implicit-namespace-package -- cgit v1.2.3