From 4e1ada026cd6f19d33963585ec364b2369696bca Mon Sep 17 00:00:00 2001 From: askpatricw <4002194+askpatrickw@users.noreply.github.com> Date: Mon, 21 Dec 2020 16:29:09 -0800 Subject: [PATCH 1/2] Don't pass version and Click will figure it ou --- .vscode/settings.json | 4 ++++ circup.py | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..65442ec --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,4 @@ +{ + "python.pythonPath": "/Users/askpatrickw/.pyenv/versions/cp_base/bin/python", + "python.linting.pylintEnabled": true +} \ No newline at end of file diff --git a/circup.py b/circup.py index f9528a0..50f54cd 100644 --- a/circup.py +++ b/circup.py @@ -564,7 +564,6 @@ def get_bundle(tag): "--verbose", is_flag=True, help="Comprehensive logging is sent to stdout." ) @click.version_option( - version=__version__, prog_name="CircUp", message="%(prog)s, A CircuitPython module updater. Version %(version)s", ) From a2cd58df1d5290c23f3ffe784971edc753d3cb0a Mon Sep 17 00:00:00 2001 From: Patrick <4002194+askpatrickw@users.noreply.github.com> Date: Tue, 22 Dec 2020 01:40:50 +0000 Subject: [PATCH 2/2] Delete settings.json --- .vscode/settings.json | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 65442ec..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "python.pythonPath": "/Users/askpatrickw/.pyenv/versions/cp_base/bin/python", - "python.linting.pylintEnabled": true -} \ No newline at end of file