Skip to content

Commit

Permalink
pre-commit: Avoid automatic commits for backport fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer authored and chennes committed Sep 24, 2023
1 parent 4d98082 commit 15def85
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
# See https://pre-commit.com/hooks.html for more hooks
files: |
(?x)^(
src/Mod/AddonManager|
src/Tools|
tests/src|
src/Mod/Sketcher
tests/src
)
exclude: |
(?x)^(
.*vcproj.*|
.*vcxproj.*
.*vcxproj.*|
src|
tests/src
)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down

0 comments on commit 15def85

Please sign in to comment.