We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c9e1f commit 20ea7b2Copy full SHA for 20ea7b2
scripts/check_async_docstrings.py
@@ -54,7 +54,9 @@
54
55
if found_issues:
56
print()
57
- print('Issues with async docstrings found. Please fix them manually or by running `make fix-async-docstrings`.')
+ print(
58
+ 'Issues with async docstrings found. Please fix them manually or by running `uv run poe fix-async-docstrings`.'
59
+ )
60
sys.exit(1)
61
else:
62
print('Success: async method docstrings are in sync with sync method docstrings.')
0 commit comments