Skip to content

Commit

Permalink
[Fix] Openmmlab pre-commit hooks off temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
kennymckormick authored Dec 30, 2021
1 parent 14f7ec7 commit 1ee5d47
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ repos:
hooks:
- id: codespell
args: ["--skip", "*.ipynb,tools/data/hvu/label_map.json", "-L", "te,nd,thre,Gool,gool"]
- repo: https://github.com/open-mmlab/pre-commit-hooks
rev: v0.1.0 # Use the ref you want to point at
hooks:
- id: check-algo-readme
- id: check-copyright
args: ["mmaction", "tools", "tests"] # these directories will be checked
# - repo: https://github.com/open-mmlab/pre-commit-hooks
# rev: v0.1.0 # Use the ref you want to point at
# hooks:
# - id: check-algo-readme
# - id: check-copyright
# args: ["mmaction", "tools", "tests"] # these directories will be checked

0 comments on commit 1ee5d47

Please sign in to comment.