diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0de11f3b..cc8e6f8f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,8 @@ # SPDX-FileCopyrightText: 2022 Copyright DB InfraGO AG and the capellambse-context-diagrams contributors # SPDX-License-Identifier: CC0-1.0 -exclude: '^(versioneer\.py|.*/_version\.py)$' +default_install_hook_types: [commit-msg, pre-commit] +default_stages: [commit, merge-commit] repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0