mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 11:36:54 +00:00
officially deprecate the flake8 hook
This commit is contained in:
parent
51e0431d93
commit
810048551e
2 changed files with 2 additions and 4 deletions
|
|
@ -138,7 +138,7 @@
|
|||
description: 'Add # -*- coding: utf-8 -*- to the top of python files'
|
||||
types: [python]
|
||||
- id: flake8
|
||||
name: Flake8
|
||||
name: Flake8 (deprecated, use gitlab.com/pycqa/flake8)
|
||||
description: This hook runs flake8.
|
||||
entry: flake8
|
||||
language: python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue