File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
- 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.
4
4
entry : pre-commit-hooks-removed autopep8-wrapper autopep8 https://github.com/pre-commit/mirrors-autopep8
5
5
language : python
6
6
always_run : true
138
138
description : ' Add # -*- coding: utf-8 -*- to the top of python files'
139
139
types : [python]
140
140
- 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.
143
143
entry : pre-commit-hooks-removed flake8 flake8 https://gitlab.com/pycqa/flake8
144
144
language : python
145
145
always_run : true
168
168
pass_filenames : false
169
169
always_run : true
170
170
- 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 .
173
173
entry : pre-commit-hooks-removed pyflakes flake8 https://gitlab.com/pycqa/flake8
174
174
language : python
175
175
always_run : true
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ classifiers =
22
22
[options]
23
23
packages = find:
24
24
install_requires =
25
- flake8
26
25
ruamel.yaml>=0.15
27
26
toml
28
27
python_requires = >=3.6.1
You can’t perform that action at this time.
0 commit comments