8000 Add link to devguide for help with check warning tool · python/cpython@410ea1d · GitHub
[go: up one dir, main page]

Skip to content

Commit 410ea1d

Browse files
committed
Add link to devguide for help with check warning tool
1 parent aaa9007 commit 410ea1d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Tools/build/check_warnings.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,11 @@ def main(argv: list[str] | None = None) -> int:
295295
if args.fail_on_improvement:
296296
exit_code |= status
297297

298+
print(
299+
"For information about this tool and its configuration"
300+
" visit https://devguide.python.org/development-tools/warnings/"
301+
)
302+
298303
return exit_code
299304

300305

0 commit comments

Comments
 (0)
0