File tree Expand file tree Collapse file tree 2 files changed +0
-25
lines changed Expand file tree Collapse file tree 2 files changed +0
-25
lines changed Original file line number Diff line number Diff line change 1
- - id : autopep8-wrapper
2
- name : autopep8 wrapper (removed)
3
- description : (removed) use pre-commit/mirrors-autopep8 instead.
4
- entry : pre-commit-hooks-removed autopep8-wrapper autopep8 https://github.com/pre-commit/mirrors-autopep8
5
- language : python
6
- always_run : true
7
- pass_filenames : false
8
1
- id : check-added-large-files
9
2
name : Check for added large files
10
3
description : Prevent giant files from being committed
156
149
entry : fix-encoding-pragma
157
150
description : ' Add # -*- coding: utf-8 -*- to the top of python files'
158
151
types : [python]
159
- - id : flake8
160
- name : Flake8 (removed)
161
- description : (removed) use gitlab.com/pycqa/flake8 instead.
162
- entry : pre-commit-hooks-removed flake8 flake8 https://gitlab.com/pycqa/flake8
163
- language : python
164
- always_run : true
165
- pass_filenames : false
166
152
- id : forbid-new-submodules
167
153
name : Forbid new submodules
168
154
language : python
186
172
language : python
187
173
pass_filenames : false
188
174
always_run : true
189
- - id : pyflakes
190
- name : Pyflakes (removed)
191
- description : (removed) use gitlab.com/pycqa/flake8 instead.
192
- entry : pre-commit-hooks-removed pyflakes flake8 https://gitlab.com/pycqa/flake8
193
- language : python
194
- always_run : true
195
- pass_filenames : false
196
175
- id : requirements-txt-fixer
197
176
name : Fix requirements.txt
198
177
description : Sorts entries in requirements.txt
Original file line number Diff line number Diff line change @@ -193,10 +193,6 @@ Trims trailing whitespace.
193
193
194
194
# ## Deprecated / replaced hooks
195
195
196
- - `autopep8-wrapper` : instead use
197
- [mirrors-autopep8](https://github.com/pre-commit/mirrors-autopep8)
198
- - `pyflakes` : instead use `flake8`
199
- - `flake8` : instead use [upstream flake8](https://gitlab.com/pycqa/flake8)
200
196
- `check-byte-order-marker` : instead use fix-byte-order-marker
201
197
202
198
# ## As a standalone package
You can’t perform that action at this time.
0 commit comments