File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8989 - name : Push the changes
9090 id : commit
9191 if : ${{ success() }}
92- run : git push --force --set-upstream origin "${UPSTREAM_BRANCH}"
92+ run : git -C ruff push --force --set-upstream origin "${UPSTREAM_BRANCH}"
9393
9494 # Checkout the branch created by the sync job,
9595 # and sync all docstrings available on Windows that are not available on Linux.
Original file line number Diff line number Diff line change 1818
1919set -eu
2020
21- docstring_adder=" git+https://github.com/astral-sh/docstring-adder.git@7f350b03ee83dd44ebd8010228ad3dfca34a7887 "
21+ docstring_adder=" git+https://github.com/astral-sh/docstring-adder.git@513b650c8c6b0f1bb6f12d8f79da9294614214e4 "
2222stdlib_path=" ./crates/ty_vendored/vendor/typeshed/stdlib"
2323
2424for python_version in 3.14 3.13 3.12 3.11 3.10 3.9
2525do
26- uvx --python=" $python_version " --force-reinstall --from=" ${docstring_adder} " add-docstrings --stdlib-path=" ${stdlib_path} "
26+ PYTHONUTF8=1 uvx --python=" $python_version " --force-reinstall --from=" ${docstring_adder} " add-docstrings --stdlib-path=" ${stdlib_path} "
2727done
You can’t perform that action at this time.
0 commit comments