From 9f60d0941f51cb4083066815b8f6074fa8a1dfae Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Tue, 11 May 2021 22:15:17 +0300 Subject: [PATCH] Update flake8 redirect to new upstream home --- .pre-commit-hooks.yaml | 8 ++++---- README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 0e089bc..2305a9c 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -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 diff --git a/README.md b/README.md index d61d457..88c28b4 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ Trims trailing whitespace. - `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) +- `flake8`: instead use [upstream flake8](https://github.com/PyCQA/flake8) - `check-byte-order-marker`: instead use fix-byte-order-marker ### As a standalone package