mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-10 13:24:18 +00:00
Merge pull request #597 from pre-commit/remove-deprecated
remove deprecated autopep8-wrapper, flake8, pyflakes
This commit is contained in:
commit
11a996eec6
2 changed files with 0 additions and 25 deletions
|
|
@ -1,10 +1,3 @@
|
||||||
- id: autopep8-wrapper
|
|
||||||
name: autopep8 wrapper (removed)
|
|
||||||
description: (removed) use pre-commit/mirrors-autopep8 instead.
|
|
||||||
entry: pre-commit-hooks-removed autopep8-wrapper autopep8 https://github.com/pre-commit/mirrors-autopep8
|
|
||||||
language: python
|
|
||||||
always_run: true
|
|
||||||
pass_filenames: false
|
|
||||||
- id: check-added-large-files
|
- id: check-added-large-files
|
||||||
name: Check for added large files
|
name: Check for added large files
|
||||||
description: Prevent giant files from being committed
|
description: Prevent giant files from being committed
|
||||||
|
|
@ -156,13 +149,6 @@
|
||||||
entry: fix-encoding-pragma
|
entry: fix-encoding-pragma
|
||||||
description: 'Add # -*- coding: utf-8 -*- to the top of python files'
|
description: 'Add # -*- coding: utf-8 -*- to the top of python files'
|
||||||
types: [python]
|
types: [python]
|
||||||
- id: flake8
|
|
||||||
name: Flake8 (removed)
|
|
||||||
description: (removed) use gitlab.com/pycqa/flake8 instead.
|
|
||||||
entry: pre-commit-hooks-removed flake8 flake8 https://gitlab.com/pycqa/flake8
|
|
||||||
language: python
|
|
||||||
always_run: true
|
|
||||||
pass_filenames: false
|
|
||||||
- id: forbid-new-submodules
|
- id: forbid-new-submodules
|
||||||
name: Forbid new submodules
|
name: Forbid new submodules
|
||||||
language: python
|
language: python
|
||||||
|
|
@ -186,13 +172,6 @@
|
||||||
language: python
|
language: python
|
||||||
pass_filenames: false
|
pass_filenames: false
|
||||||
always_run: true
|
always_run: true
|
||||||
- id: pyflakes
|
|
||||||
name: Pyflakes (removed)
|
|
||||||
description: (removed) use gitlab.com/pycqa/flake8 instead.
|
|
||||||
entry: pre-commit-hooks-removed pyflakes flake8 https://gitlab.com/pycqa/flake8
|
|
||||||
language: python
|
|
||||||
always_run: true
|
|
||||||
pass_filenames: false
|
|
||||||
- id: requirements-txt-fixer
|
- id: requirements-txt-fixer
|
||||||
name: Fix requirements.txt
|
name: Fix requirements.txt
|
||||||
description: Sorts entries in requirements.txt
|
description: Sorts entries in requirements.txt
|
||||||
|
|
|
||||||
|
|
@ -193,10 +193,6 @@ Trims trailing whitespace.
|
||||||
|
|
||||||
### Deprecated / replaced hooks
|
### Deprecated / replaced hooks
|
||||||
|
|
||||||
- `autopep8-wrapper`: instead use
|
|
||||||
[mirrors-autopep8](https://github.com/pre-commit/mirrors-autopep8)
|
|
||||||
- `pyflakes`: instead use `flake8`
|
|
||||||
- `flake8`: instead use [upstream flake8](https://gitlab.com/pycqa/flake8)
|
|
||||||
- `check-byte-order-marker`: instead use fix-byte-order-marker
|
- `check-byte-order-marker`: instead use fix-byte-order-marker
|
||||||
|
|
||||||
### As a standalone package
|
### As a standalone package
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue