From a6590db0fcb550517173a57a29dc4b93944a7d8e Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Tue, 28 Jun 2022 01:36:41 +0200 Subject: [PATCH] Keep setup.py --- .pre-commit-config.yaml | 2 +- setup.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 setup.py diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e0a44baad68..3e864bf5276 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: hooks: - id: copyright-notice args: ["--notice=script/copyright.txt", "--enforce-all"] - exclude: tests(/\w*)*/functional/|tests/input|doc/data/messages|examples/|tests(/\w*)*data/ + exclude: tests(/\w*)*/functional/|tests/input|doc/data/messages|examples/|setup.py|tests(/\w*)*data/ types: [python] - repo: https://github.com/asottile/pyupgrade rev: v2.34.0 diff --git a/setup.py b/setup.py new file mode 100644 index 00000000000..9efbcc0d9b4 --- /dev/null +++ b/setup.py @@ -0,0 +1,2 @@ +# Keep file until dependabot issue is resolved +# https://github.com/dependabot/dependabot-core/issues/4483