diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 42b329b..07d1c19 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,8 +14,8 @@ repos: rev: v5.0.2 hooks: - id: reuse-lint-file -- repo: https://github.com/crate-ci/committed - rev: v1.1.7 - hooks: - - id: committed - stages: [commit-msg] +#- repo: https://github.com/crate-ci/committed + #rev: v1.1.7 + #hooks: + #- id: committed + #stages: [commit-msg] diff --git a/committed.toml b/committed.toml deleted file mode 100644 index a39341b..0000000 --- a/committed.toml +++ /dev/null @@ -1,8 +0,0 @@ -# SPDX-FileCopyrightText: 2025 Topola contributors -# -# SPDX-License-Identifier: MIT - -subject_length = 90 -line_length = 100 -style = "conventional" -merge_commit = false