Skip to content

Commit

Permalink
ci: update regex format
Browse files Browse the repository at this point in the history
  • Loading branch information
LutingWang committed Sep 8, 2024
1 parent a6e0af0 commit ae7d82e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,13 @@ repos:
- id: name-tests-test
args:
- --pytest-test-first
exclude: ^tests/helpers|^tests/test_configs/py/.*\.py$|^tests/test_tasks/test_odkd/test_distillers/fgd/fgd.py$|^tests/test_tasks/test_odkd/test_losses/ckd/ckd.py$
exclude: |
(?x)^(
tests/helpers|
tests/test_configs/py/.*\.py$|
tests/test_tasks/test_odkd/test_distillers/fgd/fgd.py$|
tests/test_tasks/test_odkd/test_losses/ckd/ckd.py$
)
- id: pretty-format-json
args:
- --autofix
Expand Down

0 comments on commit ae7d82e

Please sign in to comment.