Skip to content

Commit 9c722c9

Browse files
committed
Add a basic .pre-commit-config.yaml
1 parent 8f14f31 commit 9c722c9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.pre-commit-config.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
repos:
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v5.0.0
4+
hooks:
5+
- id: check-added-large-files
6+
args: ['--maxkb=128']
7+
- id: check-yaml

benchmarks/zdc_photon/config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ bench:zdc_photon:
2929
collect_results:zdc_photon:
3030
extends: .det_benchmark
3131
stage: collect
32-
extends: .det_benchmark
3332
needs: ["bench:zdc_photon"]
3433
script:
3534
- ls -al

0 commit comments

Comments
 (0)