Skip to content

Commit bb80292

Browse files
authored
Add hooky configuration (#66)
1 parent 74a4ff0 commit bb80292

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,8 @@ module = [
123123
'dotenv.*',
124124
]
125125
ignore_missing_imports = true
126+
127+
# configuring https://github.com/pydantic/hooky
128+
[tool.hooky]
129+
reviewers = ['samuelcolvin', 'dmontagu', 'hramezani']
130+
require_change_file = false

0 commit comments

Comments
 (0)