mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 10:16:52 +00:00
Extend deprecation message to description
This will make it show up on https://pre-commit.com/hooks.html
This commit is contained in:
parent
49c8f698d3
commit
165a508965
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@
|
|||
types: [python]
|
||||
- id: flake8
|
||||
name: Flake8 (deprecated, use gitlab.com/pycqa/flake8)
|
||||
description: This hook runs flake8.
|
||||
description: This hook runs flake8. (deprecated, use gitlab.com/pycqa/flake8)
|
||||
entry: flake8
|
||||
language: python
|
||||
types: [python]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue