mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
test dotnet directly
This commit is contained in:
parent
97c7870f89
commit
915b930a5d
22 changed files with 154 additions and 229 deletions
|
|
@ -109,7 +109,3 @@ def install_environment(
|
|||
tool_id,
|
||||
),
|
||||
)
|
||||
|
||||
# Clean the git dir, ignoring the environment dir
|
||||
clean_cmd = ('git', 'clean', '-ffxd', '-e', f'{ENVIRONMENT_DIR}-*')
|
||||
helpers.run_setup_cmd(prefix, clean_cmd)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue