Skip to content

Commit 99034c6

Browse files
author
Alan Christie
committed
build: Fixed version of commitizen pre-commit hook
Also removes the exclude directive
1 parent a3ca14b commit 99034c6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
minimum_pre_commit_version: 2.18.1
3-
exclude: ^(docs|tests|example-data|migrations|unit-test-data|VERSION)
43

54
repos:
65

@@ -9,7 +8,7 @@ repos:
98

109
# Conventional Commit message checker (commitizen)
1110
- repo: https://github.com/commitizen-tools/commitizen
12-
rev: master
11+
rev: v2.23.0
1312
hooks:
1413
- id: commitizen
1514
stages:
@@ -38,7 +37,7 @@ repos:
3837
- id: black
3938
args:
4039
- --target-version
41-
- py310
40+
- py39
4241
# MyPy
4342
- repo: https://github.com/pre-commit/mirrors-mypy
4443
rev: v0.942

0 commit comments

Comments
 (0)