From 3eca2d07a5964b608716aa4e275d25743b81828b Mon Sep 17 00:00:00 2001 From: Kevin James Date: Mon, 26 Nov 2018 12:12:42 -0800 Subject: [PATCH 1/3] fix(metadata): deprecate `autopep8-wrapper` --- .pre-commit-hooks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 5d2d272..5e95b64 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,6 +1,6 @@ - id: autopep8-wrapper - name: autopep8 wrapper - description: "Runs autopep8 over python source. If you configure additional arguments you'll want to at least include -i." + name: autopep8 wrapper (DEPRECATED, use pre-commit/mirrors-autopep8) + description: "Runs autopep8 over python source. If you configure additional arguments you'll want to at least include -i. (This is deprecated, use pre-commit/mirrors-autopep8)." entry: autopep8-wrapper language: python types: [python] From 4303229d8faf80cbb7a6a9040c5804b4842ddb62 Mon Sep 17 00:00:00 2001 From: Kevin James Date: Mon, 26 Nov 2018 12:18:43 -0800 Subject: [PATCH 2/3] Update .pre-commit-hooks.yaml --- .pre-commit-hooks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 5e95b64..83e5cb8 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,6 +1,6 @@ - id: autopep8-wrapper - name: autopep8 wrapper (DEPRECATED, use pre-commit/mirrors-autopep8) - description: "Runs autopep8 over python source. If you configure additional arguments you'll want to at least include -i. (This is deprecated, use pre-commit/mirrors-autopep8)." + name: autopep8 wrapper + description: "This is deprecated, use pre-commit/mirrors-autopep8." entry: autopep8-wrapper language: python types: [python] From 1d705879fd654ee2fcd9d0c938f8f7055dd486cb Mon Sep 17 00:00:00 2001 From: Kevin James Date: Mon, 26 Nov 2018 14:43:33 -0800 Subject: [PATCH 3/3] Update .pre-commit-hooks.yaml --- .pre-commit-hooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 83e5cb8..5157783 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,6 +1,6 @@ - id: autopep8-wrapper name: autopep8 wrapper - description: "This is deprecated, use pre-commit/mirrors-autopep8." + description: This is deprecated, use pre-commit/mirrors-autopep8 instead. entry: autopep8-wrapper language: python types: [python]