Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/merge_stage_test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: merge_stage_test

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
Copy link
Collaborator

@zhouzaida zhouzaida Jul 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we use the Node20?

on:
push:
paths-ignore:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pr_stage_test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: pr_stage_test

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
on:
pull_request:
paths-ignore:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config-zh-cn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ repos:
- id: check-copyright
args: ["mmcv", "tests", "--excludes", "mmcv/ops"]
- repo: https://gitee.com/openmmlab/mirrors-mypy
rev: v0.812
rev: v1.0.0
hooks:
- id: mypy
exclude: |-
Expand Down
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,15 @@ repos:
- id: check-copyright
args: ["mmcv", "tests", "--excludes", "mmcv/ops"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.812
rev: v1.0.0
hooks:
- id: mypy
exclude: |-
(?x)(
^test
| ^docs
)
args: ["--disable-error-code=import"]
# - repo: local
# hooks:
# - id: clang-format
Expand Down
Loading