Bump docstring-adder pin (#22319)

This commit is contained in:
Alex Waygood
2025-12-31 22:37:53 +00:00
committed by GitHub
parent 15aa74206e
commit 7366a9e951

View File

@@ -18,7 +18,7 @@
set -eu
docstring_adder="git+https://github.com/astral-sh/docstring-adder.git@11ffed4b2bb56f2d2659afc3fe0916df025623a4"
docstring_adder="git+https://github.com/astral-sh/docstring-adder.git@c2ea1baeab2a1696ee67c4b1f59926361f69a087"
stdlib_path="./crates/ty_vendored/vendor/typeshed/stdlib"
for python_version in 3.14 3.13 3.12 3.11 3.10 3.9