File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 138
138
description : ' Add # -*- coding: utf-8 -*- to the top of python files'
139
139
types : [python]
140
140
- id : flake8
141
- name : Flake8
141
+ name : Flake8 (deprecated, use gitlab.com/pycqa/flake8)
142
142
description : This hook runs flake8.
143
143
entry : flake8
144
144
language : python
Original file line number Diff line number Diff line change @@ -107,9 +107,6 @@ Sort the lines in specified files (defaults to alphabetical).
107
107
You must provide list of target files as input to it.
108
108
Note that this hook WILL remove blank lines and does NOT respect any comments.
109
109
110
- #### ` flake8 `
111
- Run flake8 on your python files.
112
-
113
110
#### ` forbid-new-submodules `
114
111
Prevent addition of new git submodules.
115
112
@@ -174,6 +171,7 @@ Trims trailing whitespace.
174
171
- `autopep8-wrapper` : instead use
175
172
[mirrors-autopep8](https://github.com/pre-commit/mirrors-autopep8)
176
173
- `pyflakes` : instead use `flake8`
174
+ - `flake8` : instead use [upstream flake8](https://gitlab.com/pycqa/flake8)
177
175
178
176
# ## As a standalone package
179
177
You can’t perform that action at this time.
0 commit comments