commit | 7060df8d5a1c6908ba861ab0c75ca5fc30bab2c6 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Fri Dec 29 15:12:17 2023 -0500 |
committer | GitHub <noreply@github.com> | Fri Dec 29 15:12:17 2023 -0500 |
tree | be85060525b6cad10dcfe348e47e4718c4d9f332 | |
parent | d0328e48ea0187ae74eff480a91c577187d747f5 [diff] [blame] |
fix: skip port deletion when instances have no port (#779)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b65b5fb..bb25beb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml
@@ -6,6 +6,7 @@ hooks: - id: end-of-file-fixer - id: trailing-whitespace + exclude: ^images/.*/patches/.*\.patch$ - repo: https://github.com/compilerla/conventional-pre-commit rev: v2.0.0