Skip to content

Commit

Permalink
Merge pull request #58 from yarikoptic/enh-codespell
Browse files Browse the repository at this point in the history
codespell: config, dedicated workflow  + 1 typo fix
  • Loading branch information
yarikoptic authored Aug 28, 2023
2 parents 93f0433 + 6787e88 commit 4cfa233
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .codespellrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[codespell]
skip = .venv,venvs,.git,build,*.egg-info,*.lock,.asv,.mypy_cache,.tox,fixtures,_version.py,*.pem,versioneer.py
# ignore-words-list =
# exclude-file =
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ docs/build
docs/source/generated
build/
dist/
.idea/
venvs/
2 changes: 1 addition & 1 deletion _datalad_buildsupport/formatters.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def _mk_title(self, prog):

def _mk_name(self, prog, desc):
"""
this method is in consitent with others ... it relies on
this method is in consistent with others ... it relies on
distribution
"""
desc = desc.splitlines()[0] if desc else 'it is in the name'
Expand Down

0 comments on commit 4cfa233

Please sign in to comment.