Skip to content

Commit

Permalink
lint: skip more commonly ignored files and directories with codespell (
Browse files Browse the repository at this point in the history
…#35)

.direnv, .venv, venv, and .vscode are now skipped.

Signed-off-by: Callahan Kovacs <callahankovacs@gmail.com>
  • Loading branch information
mr-cal authored Feb 17, 2023
1 parent 2390266 commit ee3c053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ target-version = ["py38"]

[tool.codespell]
ignore-words-list = "buildd,crate,keyserver,comandos,ro,dedent,dedented"
skip = ".tox,.git,build,.*_cache,__pycache__,*.tar,*.snap,*.png,./node_modules,./docs/_build"
skip = ".tox,.git,build,.*_cache,__pycache__,*.tar,*.snap,*.png,./node_modules,./docs/_build,.direnv,.venv,venv,.vscode"
quiet-level = 3
check-filenames = true

Expand Down

0 comments on commit ee3c053

Please sign in to comment.