Skip to content

Commit

Permalink
Exclude pre-commit[bot] from changelist's contributor list (#7358)
Browse files Browse the repository at this point in the history
  • Loading branch information
lagru committed Mar 24, 2024
1 parent 024f1c1 commit 9e8bf68
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Expand Up @@ -206,3 +206,9 @@ filterwarnings = []

[tool.coverage.run]
omit = ['*/tests/*']

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

0 comments on commit 9e8bf68

Please sign in to comment.