types/examples: add tool_name to message and examples (#537)

This commit is contained in:
Parth Sareen
2025-07-09 14:23:33 -07:00
committed by GitHub
parent 63ca747622
commit 33488eee06
6 changed files with 95 additions and 2 deletions
+1
View File
@@ -60,6 +60,7 @@ select = [
'FLY', # flynt
'RUF', # ruff-specific rules
]
ignore = ['FBT001'] # Boolean-typed positional argument in function definition
[tool.pytest.ini_options]
addopts = ['--doctest-modules']