mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-08 20:44:18 +00:00
Merge pull request #477 from pre-commit/remove_flake8_more
Remove additional remnants of flake8
This commit is contained in:
commit
2e9347f00b
2 changed files with 6 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
- id: autopep8-wrapper
|
- id: autopep8-wrapper
|
||||||
name: autopep8 wrapper
|
name: autopep8 wrapper (removed)
|
||||||
description: This is deprecated, use pre-commit/mirrors-autopep8 instead.
|
description: (removed) use pre-commit/mirrors-autopep8 instead.
|
||||||
entry: pre-commit-hooks-removed autopep8-wrapper autopep8 https://github.com/pre-commit/mirrors-autopep8
|
entry: pre-commit-hooks-removed autopep8-wrapper autopep8 https://github.com/pre-commit/mirrors-autopep8
|
||||||
language: python
|
language: python
|
||||||
always_run: true
|
always_run: true
|
||||||
|
|
@ -138,8 +138,8 @@
|
||||||
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
|
- id: flake8
|
||||||
name: Flake8 (deprecated, use gitlab.com/pycqa/flake8)
|
name: Flake8 (removed)
|
||||||
description: This hook runs flake8. (deprecated, use gitlab.com/pycqa/flake8)
|
description: (removed) use gitlab.com/pycqa/flake8 instead.
|
||||||
entry: pre-commit-hooks-removed flake8 flake8 https://gitlab.com/pycqa/flake8
|
entry: pre-commit-hooks-removed flake8 flake8 https://gitlab.com/pycqa/flake8
|
||||||
language: python
|
language: python
|
||||||
always_run: true
|
always_run: true
|
||||||
|
|
@ -168,8 +168,8 @@
|
||||||
pass_filenames: false
|
pass_filenames: false
|
||||||
always_run: true
|
always_run: true
|
||||||
- id: pyflakes
|
- id: pyflakes
|
||||||
name: Pyflakes (DEPRECATED, use flake8)
|
name: Pyflakes (removed)
|
||||||
description: This hook runs pyflakes. (This is deprecated, use flake8).
|
description: (removed) use gitlab.com/pycqa/flake8 instead.
|
||||||
entry: pre-commit-hooks-removed pyflakes flake8 https://gitlab.com/pycqa/flake8
|
entry: pre-commit-hooks-removed pyflakes flake8 https://gitlab.com/pycqa/flake8
|
||||||
language: python
|
language: python
|
||||||
always_run: true
|
always_run: true
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,6 @@ classifiers =
|
||||||
[options]
|
[options]
|
||||||
packages = find:
|
packages = find:
|
||||||
install_requires =
|
install_requires =
|
||||||
flake8
|
|
||||||
ruamel.yaml>=0.15
|
ruamel.yaml>=0.15
|
||||||
toml
|
toml
|
||||||
python_requires = >=3.6.1
|
python_requires = >=3.6.1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue