-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Even though I specified the skip flag, pre-commit-ci still tries to install the environment for mypy?
It works fine if I put the command in local, but not if I specify the repo url.
ci:
skip: [mypy]
repos:
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.812
hooks:
- id: mypy
additional_dependencies: [torch](the config is truncated to only include mypy)
build attempt 1...
=> timeout after 60s
[INFO] Installing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
Interrupted (^C): KeyboardInterrupt:
Check the log at /pc/pre-commit.log
build attempt 2...
=> timeout after 60s
[INFO] Installing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
Interrupted (^C): KeyboardInterrupt:
Check the log at /pc/pre-commit.log
build attempt 3...
=> timeout after 60s
[INFO] Installing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
Interrupted (^C): KeyboardInterrupt:
Check the log at /pc/pre-commit.log
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request