Skip to content

Commit da5d1e7

Browse files
authored
fix: use "python" type in .pre-commit-hooks.yaml (#54)
As requested on pre-commit/pre-commit.com#949 (review)
1 parent 321a064 commit da5d1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
description: Monitoring tool based on Radon
55
entry: xenon
66
language: python
7-
types: [text]
7+
types: [python]

0 commit comments

Comments
 (0)