mirror of
https://github.com/astral-sh/uv
synced 2026-01-20 21:10:10 -05:00
improve shell compatibility of venv activate scripts (#10397)
The shellcheck action we uses misses some files, so they fell out of spec for what we support. This PR first and foremost adds them to the scanning list, and then fixes the issues found. Fixes #7480
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -95,6 +95,7 @@ jobs:
|
||||
version: ${{ env.SHELLCHECK_VERSION }}
|
||||
severity: style
|
||||
check_together: "yes"
|
||||
additional_files: activate
|
||||
|
||||
cargo-clippy:
|
||||
timeout-minutes: 10
|
||||
|
||||
Reference in New Issue
Block a user