From e6d9355bf168c26b5ed6c8b7120cecf2bfe2f5b4 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 14 May 2020 16:16:09 -0700 Subject: [PATCH] Remove additional remnants of flake8 --- .pre-commit-hooks.yaml | 12 ++++++------ setup.cfg | 1 - 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index d8cea9ba..3e4dc9ea 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -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 diff --git a/setup.cfg b/setup.cfg index 41138f48..b42fd717 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,7 +22,6 @@ classifiers = [options] packages = find: install_requires = - flake8 ruamel.yaml>=0.15 toml python_requires = >=3.6.1