Skip to content

Commit 45fa00e

Browse files
Add cons._version to pre-commit excludes
1 parent b969025 commit 45fa00e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: |
22
(?x)^(
33
versioneer\.py|
4-
unification/_version\.py|
4+
cons/_version\.py|
55
doc/.*|
66
bin/.*
77
)$

0 commit comments

Comments
 (0)