Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanxingql committed Sep 24, 2024
1 parent af103a4 commit 8473f67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
repos:
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
2 changes: 1 addition & 1 deletion powerqe/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


def test_pipeline(root_path):
# parse options, set distributed setting, set ramdom seed
# parse options, set distributed setting, set random seed
opt, _ = parse_options(root_path, is_train=False)

torch.backends.cudnn.benchmark = True
Expand Down

0 comments on commit 8473f67

Please sign in to comment.