From cc374f6ee1f72612ad2460701d8b2b226f67284f Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Thu, 4 Jul 2024 09:13:36 -0700 Subject: [PATCH] Add changelist config --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 329fee7..7d36a3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,6 +39,9 @@ yaml2ics = "yaml2ics:cli" Home = "https://github.com/scientific-python/yaml2ics" Source = "https://github.com/scientific-python/yaml2ics" +[tool.changelist] +ignored_user_logins = ["dependabot[bot]", "pre-commit-ci[bot]", "web-flow"] + [tool.ruff] line-length = 88 target-version = "py38"