Remove additional remnants of flake8

This commit is contained in:
Anthony Sottile 2020-05-14 16:16:09 -07:00
parent b3f3c34516
commit e6d9355bf1
2 changed files with 6 additions and 7 deletions

View File

@ -1,6 +1,6 @@
- id: autopep8-wrapper
name: autopep8 wrapper
description: This is deprecated, use pre-commit/mirrors-autopep8 instead.
name: autopep8 wrapper (removed)
description: (removed) use pre-commit/mirrors-autopep8 instead.
entry: pre-commit-hooks-removed autopep8-wrapper autopep8 https://github.com/pre-commit/mirrors-autopep8
language: python
always_run: true
@ -138,8 +138,8 @@
description: 'Add # -*- coding: utf-8 -*- to the top of python files'
types: [python]
- id: flake8
name: Flake8 (deprecated, use gitlab.com/pycqa/flake8)
description: This hook runs flake8. (deprecated, use gitlab.com/pycqa/flake8)
name: Flake8 (removed)
description: (removed) use gitlab.com/pycqa/flake8 instead.
entry: pre-commit-hooks-removed flake8 flake8 https://gitlab.com/pycqa/flake8
language: python
always_run: true
@ -168,8 +168,8 @@
pass_filenames: false
always_run: true
- id: pyflakes
name: Pyflakes (DEPRECATED, use flake8)
description: This hook runs pyflakes. (This is deprecated, use flake8).
name: Pyflakes (removed)
description: (removed) use gitlab.com/pycqa/flake8 instead.
entry: pre-commit-hooks-removed pyflakes flake8 https://gitlab.com/pycqa/flake8
language: python
always_run: true

View File

@ -22,7 +22,6 @@ classifiers =
[options]
packages = find:
install_requires =
flake8
ruamel.yaml>=0.15
toml
python_requires = >=3.6.1