Skip to content

Commit 42c2c2a

Browse files
committed
.pre-commit-hooks.yaml: fix hyphen hook
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
1 parent fa0ad3b commit 42c2c2a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
- id: replace-hyphen-like
2323
name: Replace hyphen-like characters with HYPHEN-MINUS in markdown
2424
entry: replace-hyphen-like
25-
language: system
25+
language: python
2626
files: \.(md|markdown)$
2727
types: [text]
2828
pass_filenames: true

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ packages = [{include = "hooks", from = "src"}]
88
authors = ["3mdeb"]
99
description = "3mdeb pre-commit hooks"
1010
license = "MIT"
11-
version = "0.2.1"
11+
version = "0.2.2"
1212

1313
[tool.poetry.scripts]
1414
namespell = "hooks.namespell:main"

src/hooks/replace_hyphen_like.py

100755100644
File mode changed.

0 commit comments

Comments
 (0)