mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
add hooky config to pyproject.toml
This commit is contained in:
@@ -58,6 +58,11 @@ filterwarnings = [
|
||||
'ignore:path is deprecated.*:DeprecationWarning:certifi',
|
||||
]
|
||||
|
||||
# configuring https://github.com/pydantic/hooky
|
||||
[tool.hooky]
|
||||
reviewers = ['samuelcolvin', 'PrettyWood', 'hramezani']
|
||||
require_change_file = false
|
||||
|
||||
[tool.flake8]
|
||||
max_line_length = 120
|
||||
max_complexity = 14
|
||||
@@ -70,6 +75,9 @@ per_file_ignores = [
|
||||
'docs/examples/types_constrained.py:F722',
|
||||
]
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 120
|
||||
|
||||
[tool.coverage.run]
|
||||
source = ['pydantic']
|
||||
branch = true
|
||||
|
||||
Reference in New Issue
Block a user