mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-13 12:09:25 +03:00
e7089064eb
* make pre-commit mypy run use regular venv (via activated shim) * & not Invoke-Expression * Update activated.ps1 * install for pre-commit * Update activated.sh * Update .pre-commit-config.yaml
7 lines
160 B
PowerShell
7 lines
160 B
PowerShell
$ErrorActionPreference = "Stop"
|
|
|
|
$script_directory = Split-Path $MyInvocation.MyCommand.Path -Parent
|
|
|
|
& "$script_directory/venv/Scripts/Activate.ps1"
|
|
& "$args"
|