Skip to content

Commit

Permalink
RF: no need for custom options for codespell invocation in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Feb 28, 2023
1 parent d1fca21 commit 11932fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[codespell]
skip = .git,*.pdf,*.svg,venvs,versioneer.py,_version.py
skip = .git,*.pdf,*.svg,venvs,versioneer.py,_version.py,.tox
# mke -- is a variable name which makes sense, let's ignore for now until inline skips are supported
ignore-words-list = mke
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ skip_install = true
deps =
codespell~=2.0
commands =
codespell -x .codespell-ignorelines -D- -I .codespell-ignorewords --skip "_version.py,*.pem" datalad_metalad setup.py
codespell

[testenv:flake8]
deps = flake8
Expand Down

0 comments on commit 11932fa

Please sign in to comment.