Skip to content

Commit

Permalink
Add changelist config (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman authored Jul 4, 2024
1 parent 54d0383 commit 4a9faa8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ changelist = "changelist.__main__:main"
lint = ["pre-commit == 3.7.1"]
test = ["pytest", "pytest-cov"]

[tool.changelist]
ignored_user_logins = ["dependabot[bot]", "pre-commit-ci[bot]", "web-flow"]

[tool.ruff]
line-length = 88
target-version = "py39"
Expand Down

0 comments on commit 4a9faa8

Please sign in to comment.