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
81- id : check-added-large-files
92 name : Check for added large files
103 description : Prevent giant files from being committed
143136 entry : fix-encoding-pragma
144137 description : ' Add # -*- coding: utf-8 -*- to the top of python files'
145138 types : [python]
146- - id : flake8
147- name : Flake8 (removed)
148- description : (removed) use gitlab.com/pycqa/flake8 instead.
149- entry : pre-commit-hooks-removed flake8 flake8 https://gitlab.com/pycqa/flake8
150- language : python
151- always_run : true
152- pass_filenames : false
153139- id : forbid-new-submodules
154140 name : Forbid new submodules
155141 language : python
173159 language : python
174160 pass_filenames : false
175161 always_run : true
176- - id : pyflakes
177- name : Pyflakes (removed)
178- description : (removed) use gitlab.com/pycqa/flake8 instead.
179- entry : pre-commit-hooks-removed pyflakes flake8 https://gitlab.com/pycqa/flake8
180- language : python
181- always_run : true
182- pass_filenames : false
183162- id : requirements-txt-fixer
184163 name : Fix requirements.txt
185164 description : Sorts entries in requirements.txt
Original file line number Diff line number Diff line change @@ -180,10 +180,6 @@ Trims trailing whitespace.
180180
181181# ## Deprecated / replaced hooks
182182
183- - `autopep8-wrapper` : instead use
184- [mirrors-autopep8](https://github.com/pre-commit/mirrors-autopep8)
185- - `pyflakes` : instead use `flake8`
186- - `flake8` : instead use [upstream flake8](https://gitlab.com/pycqa/flake8)
187183- `check-byte-order-marker` : instead use fix-byte-order-marker
188184
189185# ## As a standalone package
You can’t perform that action at this time.
0 commit comments