Skip to content

Commit de04f03

Browse files
Disable automatic assignees with hooky (#1408)
1 parent a6d0d63 commit de04f03

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ exclude_lines = [
103103

104104
# configuring https://github.com/pydantic/hooky
105105
[tool.hooky]
106-
assignees = ['samuelcolvin', 'adriangb', 'dmontagu', 'davidhewitt', 'lig']
107-
reviewers = ['samuelcolvin', 'adriangb', 'dmontagu', 'davidhewitt']
106+
reviewers = ['sydney-runkle', 'davidhewitt']
108107
require_change_file = false
109108

110109
[tool.pyright]

0 commit comments

Comments
 (0)