Skip to content

Commit f273e14

Browse files
authored
Merge pull request #206 from HelikarLab/remove-hardcoded-paths/proteomics
2 parents a2ab678 + 942807a commit f273e14

18 files changed

Lines changed: 3063 additions & 2076 deletions

.pre-commit-config.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# See https://pre-commit.com for more information
2-
# See https://pre-commit.com/hooks.html for more hooks
31
repos:
4-
- repo: https://github.com/opensource-nepal/commitlint
5-
rev: v1.2.0
2+
- repo: https://github.com/commitizen-tools/commitizen
3+
rev: master
64
hooks:
7-
- id: commitlint
8-
name: Commit Lint
5+
- id: commitizen
6+
stages: [ commit-msg ]

0 commit comments

Comments
 (0)