From fa1eb4d538917ec46f5bcd6c43d9697632d34983 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 17 Oct 2023 13:37:20 -0400 Subject: [PATCH 1/2] Skip Yarik's venvs for codespell --- .codespellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codespellrc b/.codespellrc index 55d1790..d90e3c6 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,3 +1,3 @@ [codespell] -skip = .git +skip = .git,venvs # ignore-words-list = From 309f619e2f533373280fb9aa6cac45cbc1ee4842 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 17 Oct 2023 13:37:29 -0400 Subject: [PATCH 2/2] [DATALAD RUNCMD] run codespell throughout fixing typo automagically === Do not change lines below === { "chain": [], "cmd": "codespell -w", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ --- annexremote/annexremote.py | 2 +- docs/annexremote/annexremote.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/annexremote/annexremote.py b/annexremote/annexremote.py index 9d37a4d..e3013d8 100644 --- a/annexremote/annexremote.py +++ b/annexremote/annexremote.py @@ -145,7 +145,7 @@ def transfer_store(self, key, local_file): ---------- key : str The Key to be stored in the remote. In most cases, this is going to be the - remote file name. It should be at least be unambigiously derived from it. + remote file name. It should be at least be unambiguously derived from it. local_file: str Path to the file to upload. Note that in some cases, local_file may contain whitespace. diff --git a/docs/annexremote/annexremote.html b/docs/annexremote/annexremote.html index 06d22f4..92e8612 100644 --- a/docs/annexremote/annexremote.html +++ b/docs/annexremote/annexremote.html @@ -229,7 +229,7 @@

Parameters

key : str
The Key to be stored in the remote. In most cases, this is going to be the -remote file name. It should be at least be unambigiously derived from it.
+remote file name. It should be at least be unambiguously derived from it.
local_file : str
Path to the file to upload. Note that in some cases, local_file may contain whitespace.