Skip to content

Commit

Permalink
fix: don't make files executable that shouldn't be
Browse files Browse the repository at this point in the history
  • Loading branch information
olantwin committed Feb 25, 2025
1 parent 64d72fe commit 64a6a8c
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ repos:
- id: check-added-large-files
- id: check-ast
- id: check-merge-conflict
- id: check-executables-have-shebangs
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.7
hooks:
Expand Down
Empty file modified gconfig/SetCuts.C
100755 → 100644
Empty file.
Empty file modified gconfig/flConfig.C
100755 → 100644
Empty file.
Empty file modified gconfig/fllibs.C
100755 → 100644
Empty file.
Empty file modified gconfig/g3Config.C
100755 → 100644
Empty file.
Empty file modified gconfig/g4Config.C
100755 → 100644
Empty file.
Empty file modified geometry/ecal.geo
100755 → 100644
Empty file.
Empty file modified geometry/hcal.geo
100755 → 100644
Empty file.
Empty file modified geometry/hcal_rect.geo
100755 → 100644
Empty file.
Empty file modified muonShieldOptimization/run_prod.py
100755 → 100644
Empty file.
Empty file modified muonShieldOptimization/run_reco.py
100755 → 100644
Empty file.
Empty file modified python/ShipStyle.py
100755 → 100644
Empty file.

0 comments on commit 64a6a8c

Please sign in to comment.