Skip to content

Commit 3e0f30a

Browse files
Add changelist config (#94)
1 parent 3b62cc5 commit 3e0f30a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ yaml2ics = "yaml2ics:cli"
3939
Home = "https://github.com/scientific-python/yaml2ics"
4040
Source = "https://github.com/scientific-python/yaml2ics"
4141

42+
[tool.changelist]
43+
ignored_user_logins = ["dependabot[bot]", "pre-commit-ci[bot]", "web-flow"]
44+
4245
[tool.ruff]
4346
line-length = 88
4447
target-version = "py38"

0 commit comments

Comments
 (0)