Skip to content

Commit 2e9347f

Browse files
authored
Merge pull request #477 from pre-commit/remove_flake8_more
Remove additional remnants of flake8
2 parents b3f3c34 + e6d9355 commit 2e9347f

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.pre-commit-hooks.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- id: autopep8-wrapper
2-
name: autopep8 wrapper
3-
description: This is deprecated, use pre-commit/mirrors-autopep8 instead.
2+
name: autopep8 wrapper (removed)
3+
description: (removed) use pre-commit/mirrors-autopep8 instead.
44
entry: pre-commit-hooks-removed autopep8-wrapper autopep8 https://github.com/pre-commit/mirrors-autopep8
55
language: python
66
always_run: true
@@ -138,8 +138,8 @@
138138
description: 'Add # -*- coding: utf-8 -*- to the top of python files'
139139
types: [python]
140140
- id: flake8
141-
name: Flake8 (deprecated, use gitlab.com/pycqa/flake8)
142-
description: This hook runs flake8. (deprecated, use gitlab.com/pycqa/flake8)
141+
name: Flake8 (removed)
142+
description: (removed) use gitlab.com/pycqa/flake8 instead.
143143
entry: pre-commit-hooks-removed flake8 flake8 https://gitlab.com/pycqa/flake8
144144
language: python
145145
always_run: true
@@ -168,8 +168,8 @@
168168
pass_filenames: false
169169
always_run: true
170170
- id: pyflakes
171-
name: Pyflakes (DEPRECATED, use flake8)
172-
description: This hook runs pyflakes. (This is deprecated, use flake8).
171+
name: Pyflakes (removed)
172+
description: (removed) use gitlab.com/pycqa/flake8 instead.
173173
entry: pre-commit-hooks-removed pyflakes flake8 https://gitlab.com/pycqa/flake8
174174
language: python
175175
always_run: true

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ classifiers =
2222
[options]
2323
packages = find:
2424
install_requires =
25-
flake8
2625
ruamel.yaml>=0.15
2726
toml
2827
python_requires = >=3.6.1

0 commit comments

Comments
 (0)