Skip to content

Commit

Permalink
Add a basic .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Oct 14, 2024
1 parent 8f14f31 commit 9c722c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: check-added-large-files
args: ['--maxkb=128']
- id: check-yaml
1 change: 0 additions & 1 deletion benchmarks/zdc_photon/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ bench:zdc_photon:
collect_results:zdc_photon:
extends: .det_benchmark
stage: collect
extends: .det_benchmark
needs: ["bench:zdc_photon"]
script:
- ls -al

0 comments on commit 9c722c9

Please sign in to comment.