Skip to content

Minor tuneups to please updated codespell#6956

Merged
yarikoptic merged 2 commits into
datalad:maintfrom
yarikoptic:bf-codespell
Aug 18, 2022
Merged

Minor tuneups to please updated codespell#6956
yarikoptic merged 2 commits into
datalad:maintfrom
yarikoptic:bf-codespell

Conversation

@yarikoptic

Copy link
Copy Markdown
Member

Initially lead to linting failure in #6955 . Mostly concerns with comments and other strings some of which are exposed to the user

to please codespell. Also ignore one magical short "ro" since we use it for
"read_only" kwarg
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "/home/yoh/proj/datalad/datalad-maint/.tox/lint/bin/codespell -w -x .codespell-ignorelines -D- -I .codespell-ignorewords --skip '_version.py,*.pem' datalad setup.py",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
@yarikoptic yarikoptic added the semver-documentation Changes only affect the documentation, no impact on version label Aug 17, 2022
@codecov

codecov Bot commented Aug 17, 2022

Copy link
Copy Markdown

Codecov Report

Merging #6956 (88d266e) into maint (5f0b28d) will increase coverage by 0.98%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##            maint    #6956      +/-   ##
==========================================
+ Coverage   89.97%   90.95%   +0.98%     
==========================================
  Files         354      354              
  Lines       46259    46259              
==========================================
+ Hits        41622    42077     +455     
+ Misses       4637     4182     -455     
Impacted Files Coverage Δ
datalad/core/local/diff.py 90.38% <ø> (ø)
datalad/core/local/run.py 96.15% <ø> (ø)
datalad/core/local/tests/test_diff.py 99.53% <ø> (ø)
datalad/core/local/tests/test_save.py 98.03% <ø> (ø)
datalad/dochelpers.py 85.71% <ø> (ø)
datalad/local/add_archive_content.py 88.28% <ø> (ø)
datalad/local/addurls.py 94.95% <ø> (ø)
datalad/metadata/search.py 89.58% <ø> (ø)
datalad/support/due_utils.py 91.30% <ø> (ø)
datalad/support/exceptions.py 83.79% <ø> (ø)
... and 8 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@mih mih left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx for the fix, these show up everywhere now!

@yarikoptic yarikoptic merged commit b8384ea into datalad:maint Aug 18, 2022
@yarikoptic yarikoptic deleted the bf-codespell branch August 18, 2022 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

semver-documentation Changes only affect the documentation, no impact on version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants