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 138138 description : ' Add # -*- coding: utf-8 -*- to the top of python files'
139139 types : [python]
140140- id : flake8
141- name : Flake8
141+ name : Flake8 (deprecated, use gitlab.com/pycqa/flake8)
142142 description : This hook runs flake8.
143143 entry : flake8
144144 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).
107107You must provide list of target files as input to it.
108108Note that this hook WILL remove blank lines and does NOT respect any comments.
109109
110- #### ` flake8 `
111- Run flake8 on your python files.
112-
113110#### ` forbid-new-submodules `
114111Prevent addition of new git submodules.
115112
@@ -174,6 +171,7 @@ Trims trailing whitespace.
174171- `autopep8-wrapper` : instead use
175172 [mirrors-autopep8](https://github.com/pre-commit/mirrors-autopep8)
176173- `pyflakes` : instead use `flake8`
174+ - `flake8` : instead use [upstream flake8](https://gitlab.com/pycqa/flake8)
177175
178176# ## As a standalone package
179177
You can’t perform that action at this time.
0 commit comments