Skip to content

Commit 165a508

Browse files
authored
Extend deprecation message to description
This will make it show up on https://pre-commit.com/hooks.html
1 parent 49c8f69 commit 165a508

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
@@ -139,7 +139,7 @@
139139
types: [python]
140140
- id: flake8
141141
name: Flake8 (deprecated, use gitlab.com/pycqa/flake8)
142-
description: This hook runs flake8.
142+
description: This hook runs flake8. (deprecated, use gitlab.com/pycqa/flake8)
143143
entry: flake8
144144
language: python
145145
types: [python]

0 commit comments

Comments
 (0)