Spaces:
Configuration error
Configuration error
File size: 104 Bytes
d0feed8 |
1 2 3 4 5 |
#!/usr/bin/env bash
# shellcheck disable=SC1091
source "$(poetry env info --path)"/bin/activate
pyright
|