officially deprecate the flake8 hook

This commit is contained in:
Anthony Sottile 2020-02-04 15:59:37 -08:00
parent 51e0431d93
commit 810048551e
2 changed files with 2 additions and 4 deletions

View file

@ -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