We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f14f31 commit 9c722c9Copy full SHA for 9c722c9
.pre-commit-config.yaml
@@ -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
@@ -29,7 +29,6 @@ bench:zdc_photon:
29
collect_results:zdc_photon:
30
extends: .det_benchmark
31
stage: collect
32
- extends: .det_benchmark
33
needs: ["bench:zdc_photon"]
34
script:
35
- ls -al
0 commit comments