Merge pull request #477 from pre-commit/remove_flake8_more

Remove additional remnants of flake8
diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml
index d8cea9b..3e4dc9e 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 41138f4..b42fd71 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -22,7 +22,6 @@
 [options]
 packages = find:
 install_requires =
-    flake8
     ruamel.yaml>=0.15
     toml
 python_requires = >=3.6.1