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 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
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
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
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ classifiers =
2222[options]
2323packages = find:
2424install_requires =
25- flake8
2625 ruamel.yaml>=0.15
2726 toml
2827python_requires = >=3.6.1
You can’t perform that action at this time.
0 commit comments