From 636437448d4c567fde9e10c145a0532eff867330 Mon Sep 17 00:00:00 2001 From: Kurt von Laven Date: Mon, 4 Sep 2023 13:51:54 -0700 Subject: [PATCH] fix(Renovate): Port autopep8 off mirror The official autopep8 repository, hhatto/autopep8, recently added a pre-commit hook in v2.0.3, so it is no longer necessary to use a mirror. --- .dictionary.txt | 1 + default.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.dictionary.txt b/.dictionary.txt index 91b235a..5dcee52 100644 --- a/.dictionary.txt +++ b/.dictionary.txt @@ -1 +1,2 @@ +hhatto Laven diff --git a/default.json b/default.json index 7d82553..3a0f22a 100644 --- a/default.json +++ b/default.json @@ -38,7 +38,7 @@ "semanticCommitType": "fix" }, { - "matchPackageNames": ["autopep8", "pre-commit/mirrors-autopep8"], + "matchPackageNames": ["autopep8", "hhatto/autopep8"], "groupName": "autopep8" }, {