Skip to content

Commit 1995abf

Browse files
committed
remove deprecated autopep8-wrapper, flake8, pyflakes
1 parent 75ade3b commit 1995abf

File tree

2 files changed

+0
-25
lines changed

2 files changed

+0
-25
lines changed

.pre-commit-hooks.yaml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
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
@@ -143,13 +136,6 @@
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
@@ -173,13 +159,6 @@
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

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)