mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 11:36:54 +00:00
Update flake8 redirect to new upstream home
This commit is contained in:
parent
868784a49c
commit
9f60d0941f
2 changed files with 5 additions and 5 deletions
|
|
@ -158,8 +158,8 @@
|
|||
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
|
||||
description: (removed) use github.com/PyCQA/flake8 instead.
|
||||
entry: pre-commit-hooks-removed flake8 flake8 https://github.com/PyCQA/flake8
|
||||
language: python
|
||||
always_run: true
|
||||
pass_filenames: false
|
||||
|
|
@ -188,8 +188,8 @@
|
|||
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
|
||||
description: (removed) use github.com/PyCQA/flake8 instead.
|
||||
entry: pre-commit-hooks-removed pyflakes flake8 https://github.com/PyCQA/flake8
|
||||
language: python
|
||||
always_run: true
|
||||
pass_filenames: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue